北尚诉办
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

5 lines
311 B

------------------------------------------2019-11-20-----------------------------------------------
-- 用户表新增微信openId字段
ALTER TABLE sys_user ADD open_id varchar(32) NULL COMMENT '微信openId';
------------------------------------------2019-11-20-----------------------------------------------