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: migrations/Version20240109170611.php
+3-3
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@ public function up(Schema $schema): void
33
33
$this->addSql('CREATE INDEX forms_deleted_at_idx ON forms (deleted_at)');
34
34
$this->addSql('CREATE TABLE submissions (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, form_id INTEGER NOT NULL, answers CLOB NOT NULL --(DC2Type:json)
35
35
, created_at DATETIME NOT NULL --(DC2Type:datetime_immutable)
36
-
, read_at DATETIME NOT NULL --(DC2Type:datetime_immutable)
37
-
, flagged_at DATETIME NOT NULL --(DC2Type:datetime_immutable)
38
-
, deleted_at DATETIME NOT NULL --(DC2Type:datetime_immutable)
0 commit comments