6 lines
258 B
PL/PgSQL
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; |