一对一聊天重构,期待群聊开发
This commit is contained in:
7
script/sql/20241120表结构备份/xxl_job_lock.sql
Normal file
7
script/sql/20241120表结构备份/xxl_job_lock.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
create table fad_oa.xxl_job_lock
|
||||
(
|
||||
lock_name varchar(50) not null comment '锁名称'
|
||||
primary key
|
||||
)
|
||||
charset = utf8mb4;
|
||||
|
||||
Reference in New Issue
Block a user