automated commit by check50 [check50=True]

This commit is contained in:
daviddoji
2026-05-04 10:09:50 +02:00
parent 9054332b1c
commit 93e0dcb5f9

View File

@@ -29,4 +29,5 @@ CREATE TABLE "flights" (
"departure_date" NUMERIC NOT NULL,
"arrival_date" NUMERIC NOT NULL,
PRIMARY KEY("id")
FOREIGN KEY("airline") REFERENCES "airlines"("name"),
)