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