addSql('ALTER TABLE employee_rtt_balances ADD month INT DEFAULT 5 NOT NULL'); } public function down(Schema $schema): void { $this->addSql('ALTER TABLE employee_rtt_balances DROP month'); } }