4 changed files with 4 additions and 4 deletions
@ -1,4 +1,4 @@ |
|||||
use `box-im`; |
use `box_im`; |
||||
create table if not exist `im_user`( |
create table if not exist `im_user`( |
||||
`id` bigint not null auto_increment primary key comment 'id', |
`id` bigint not null auto_increment primary key comment 'id', |
||||
`user_name` varchar(255) not null comment '用户名', |
`user_name` varchar(255) not null comment '用户名', |
||||
Loading…
Reference in new issue