You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time when I run make:migration I get result: $this->addSql('ALTER TABLE any_table CHANGE timestamp timestamp DATETIME default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP');
Apparently, the migration's difference comparison is not correct.
The text was updated successfully, but these errors were encountered:
Adi-18
changed the title
Wrong migration for columnDefinition in datetime
Wrong migration for columnDefinition for DATETIME
Feb 2, 2023
doctrine/doctrine-migrations-bundle: 3.2.2
For "timestamp"-field _I have a columnDefinition:
Every time when I run make:migration I get result:
$this->addSql('ALTER TABLE any_table CHANGE timestamp timestamp DATETIME default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP');
Apparently, the migration's difference comparison is not correct.
The text was updated successfully, but these errors were encountered: