CREATE TABLE IF NOT EXISTS warehouses ( name VARCHAR(64) PRIMARY KEY, box_delivery_and_storage_expr INTEGER, box_delivery_base INTEGER, box_delivery_liter INTEGER, box_storage_base REAL, box_storage_liter REAL );