Pastebin
Paste #1961: cost
< previous paste - next paste>
Pasted by tdn@malbec
CREATE TABLE cost
(
airline TEXT NOT NULL,
flightnum INTEGER NULL,
required_chutes TEXT NULL,
preferred_chutes TEXT NULL,
opening_before_std INTEGER NOT NULL,
closing_before_std INTEGER NOT NULL,
number_of_chutes INTEGER NOT NULL
);
New Paste
Go to most recent paste.