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

3 lines
182 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_goods`
ADD COLUMN `PLATFORM` INT (1) DEFAULT 0 NULL COMMENT '可用平台0不限1仅会员端小程序和h52仅收银端' AFTER `GOODS_NO`;