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/Version20250610105944.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ public function getDescription(): string
17
17
publicfunctionup(Schema$schema): void
18
18
{
19
19
$this->addSql(<<<'SQL'
20
-
CREATE TABLE distribution (id INT GENERATED BY DEFAULT AS IDENTITY NOT NULL, reference VARCHAR(255) NOT NULL, version_id INT NOT NULL, PRIMARY KEY(id))
20
+
CREATE TABLE distribution (id INT GENERATED BY DEFAULT AS IDENTITY NOT NULL, reference VARCHAR(255) NOT NULL, type VARCHAR(255) NOT NULL, source VARCHAR(255) NOT NULL, version_id INT NOT NULL, PRIMARY KEY(id))
21
21
SQL);
22
22
$this->addSql(<<<'SQL'
23
23
CREATE INDEX IDX_A44837814BBC2705 ON distribution (version_id)
0 commit comments