1
This commit is contained in:
parent
db19ec61ec
commit
440fa2aa6b
11
sql/relationdb_n_migrate_201126_01.sql
Normal file
11
sql/relationdb_n_migrate_201126_01.sql
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
start transaction;
|
||||||
|
|
||||||
|
LOCK TABLES `user` WRITE;
|
||||||
|
alter table `user` add column `contribute` int(11) NOT NULL DEFAULT '0' COMMENT '贡献度';
|
||||||
|
UNLOCK TABLES;
|
||||||
|
|
||||||
|
LOCK TABLES `version` WRITE;
|
||||||
|
insert into `version` (version) values(2020112601);
|
||||||
|
UNLOCK TABLES;
|
||||||
|
|
||||||
|
commit;
|
Loading…
x
Reference in New Issue
Block a user