7 lines
178 B
PL/PgSQL
7 lines
178 B
PL/PgSQL
begin;
|
|
|
|
alter table user add column `aderrormaxcount` int(11) NOT NULL DEFAULT '0' COMMENT '每日插屏上限次数';
|
|
|
|
insert into version (version) values(2020061002);
|
|
commit;
|