为pushKey增加默认值

This commit is contained in:
648540858 2022-07-18 20:38:47 +08:00
parent 7e1b19e75f
commit bf189cb11b

View File

@ -63,7 +63,7 @@ alter table gb_stream
alter table user
add pushKey varchar(50) default null;
update user set pushKey='453df297a57a5a7438934sda801fc3' where id=1;
alter table parent_platform
add treeType varchar(50) not null;