1.调整删除表sql

zhairh
x_z 3 years ago
parent d3bdc7bb1d
commit 7dbc2aa8e2

@ -11,7 +11,7 @@ INSERT ignore INTO sys_scheduled (`cronName`, `cron`, `customerId`, `remark`) VA
-- 创建表时必须 create table if not exists 表名 -- 创建表时必须 create table if not exists 表名
-- 删除自助平台表 -- 删除自助平台表
drop table auth_platform; drop table if exists auth_platform;
-- 删除医院客户和自助平台关联表 -- 删除医院客户和自助平台关联表
drop table io_unit_maintain_platform; drop table if exists io_unit_maintain_platform;

Loading…
Cancel
Save