No products in the cart.
How do you add a new column to an existing table in SQL?
ALTER TABLE table_name ADD COLUMN column_name data_type [constraints];