migrate/1724983184_change_table_inner_app.up.sql
2024-08-30 10:50:18 +08:00

3 lines
248 B
SQL
Raw Permalink 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 `ufutx_inner_app`
ADD COLUMN `jump_type` tinyint(4) NOT NULL DEFAULT 0 COMMENT '跳转类型 0app内部 1外部地址' AFTER `intro`,
MODIFY COLUMN `price` int(11) NOT NULL DEFAULT 0.00 COMMENT '价格(单位分)' AFTER `images`;