3 lines
52 B
SQL
3 lines
52 B
SQL
ALTER TABLE shopping_carts
|
|
ADD checkout_notes TEXT;
|
ALTER TABLE shopping_carts
|
|
ADD checkout_notes TEXT;
|