Pastebin
Paste #1963: cost
< previous paste - next paste>
Pasted by postgres@syrah
bcap=# \d cost
Table "public.cost"
Column | Type | Modifiers
--------------------+---------+-----------
airline | text | not null
flightnum | integer |
required_chutes | text |
preferred_chutes | text |
opening_before_std | integer | not null
closing_before_std | integer | not null
number_of_chutes | integer | not null
Foreign-key constraints:
"fk_cost_airline" FOREIGN KEY (airline) REFERENCES airline(id)
"fk_cost_flight" FOREIGN KEY (flightnum) REFERENCES flight(flightnum)
New Paste
Go to most recent paste.