automated commit by check50 [check50=True]
This commit is contained in:
@@ -28,6 +28,6 @@ CREATE TABLE "flights" (
|
||||
"arrival_code" TEXT NOT NULL,
|
||||
"departure_date" NUMERIC NOT NULL,
|
||||
"arrival_date" NUMERIC NOT NULL,
|
||||
PRIMARY KEY("id")
|
||||
FOREIGN KEY("airline") REFERENCES "airlines"("name"),
|
||||
PRIMARY KEY("id"),
|
||||
FOREIGN KEY("airline") REFERENCES "airlines"("name")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user