bazzar/migrations/20220519113031_add_checkout_notes_order.sql

3 lines
56 B
MySQL
Raw Normal View History

2022-05-19 14:03:18 +02:00
ALTER TABLE account_orders
ADD checkout_notes TEXT;