This commit is contained in:
aozhiwei 2020-06-16 14:05:22 +08:00
parent 18c2799f89
commit f005f503a6

View File

@ -0,0 +1,7 @@
begin;
alter table user add column `first_day_ad` int(11) NOT NULL DEFAULT '0' COMMENT '每日看广告次数';
insert into version (version) values(20200616);
commit;