bazzar/migrations/20220519112905_add_checkout_notes.sql

3 lines
52 B
SQL

ALTER TABLE shopping_carts
ADD checkout_notes TEXT;