You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
158 B
MySQL
8 lines
158 B
MySQL
3 years ago
|
|
||
|
|
||
|
-- 删除自助平台表
|
||
|
drop table if exists auth_platform;
|
||
|
-- 删除医院客户和自助平台关联表
|
||
|
drop table if exists io_unit_maintain_platform;
|
||
|
|