Files
fuintback/db/update_for_20251013.sql
2026-01-27 14:03:02 +08:00

3 lines
141 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ALTER TABLE `mt_coupon`
ADD COLUMN `CONTENT` INT DEFAULT 1 NULL COMMENT '内容1表示满减券、2表示折扣券' AFTER `TYPE`;