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