Files
ppanel-web/migrations/mysql/02123_subscribe_original.sql
T
Ember Moth d2253bb8fa fix bugs
2026-07-05 22:22:13 +08:00

4 lines
176 B
SQL

ALTER TABLE `subscribe`
ADD COLUMN `show_original_price` TINYINT(1) NOT NULL DEFAULT 0 COMMENT 'display the original price: 0 not display, 1 display' AFTER `created_at`;