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
Copy file name to clipboardExpand all lines: src/Migrations/Version20210303184909.php
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,12 @@ public function setContainer(?ContainerInterface $container = null)
25
25
$this->container = $container;
26
26
}
27
27
28
-
publicfunctiongetDescription(): string
28
+
publicfunctiongetDescription(): string
29
29
{
30
30
return'';
31
31
}
32
32
33
-
publicfunctionup(Schema$schema): void
33
+
publicfunctionup(Schema$schema): void
34
34
{
35
35
// this up() migration is auto-generated, please modify it to your needs
36
36
$this->addSql('CREATE TABLE brille24_customer_option_file_content (id INT AUTO_INCREMENT NOT NULL, content LONGTEXT NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET UTF8 COLLATE `UTF8_unicode_ci` ENGINE = InnoDB');
@@ -45,15 +45,15 @@ public function up(Schema $schema) : void
0 commit comments