9 lines
178 B
PL/PgSQL
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;
|