game2006api/sql/marketdb_migrate_230712_01.sql
songliang 260e7d0a41 ...
2023-07-12 18:02:18 +08:00

6 lines
258 B
PL/PgSQL

begin;
alter table t_market_store add column `item_id` int(11) DEFAULT NULL COMMENT '特殊字段,用于标记中心化道具,用于交易金币',
alter table t_market_store add column `buytime` int(11) NOT NULL COMMENT '开始购买的时间',
commit;