bazzar/migrations/20220519113031_add_checkout_notes_order.sql

3 lines
56 B
SQL

ALTER TABLE account_orders
ADD checkout_notes TEXT;