Pastebin

Paste #1963: cost

< previous paste - next paste>

Pasted by postgres@syrah

Download View as text

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


Do not write anything in this field if you're a human.

Go to most recent paste.