game2006api/sql/gamedb2006_migrate_240521_01.sql
hujiabin 1b8db59b6b 1
2024-05-21 17:28:07 +08:00

9 lines
178 B
PL/PgSQL

begin;
alter table t_ingame_mall add column `order1` int(11) NOT NULL DEFAULT '0' COMMENT '品质排序 ';
insert into version (version) values(2024052101);
commit;