38682-vm/db/migrations/049_add_show_in_online_order.sql
2026-03-28 18:27:57 +00:00

1 line
92 B
SQL

ALTER TABLE `products` ADD COLUMN IF NOT EXISTS `show_in_online_order` TINYINT(1) DEFAULT 1;