CREATE TABLE orders ( order_id SERIAL, dish_name TEXT, customer_id INTEGER REFERENCES customers (id) );