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 );