Update migrations for mariadb
This commit is contained in:
parent
54dfb7f0a0
commit
675245d1e0
7 changed files with 13 additions and 13 deletions
|
|
@ -20,7 +20,7 @@ final class Version20260601201050 extends AbstractMigration
|
|||
public function up(Schema $schema): void
|
||||
{
|
||||
// this up() migration is auto-generated, please modify it to your needs
|
||||
$this->addSql('ALTER TABLE photos ADD thumbnail VARCHAR(255) NOT NULL');
|
||||
$this->addSql('ALTER TABLE photos ADD thumbnail VARCHAR(255)');
|
||||
}
|
||||
|
||||
public function down(Schema $schema): void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue