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.
70 lines
1.7 KiB
70 lines
1.7 KiB
/*=========================================================================*/
|
|
/* 此 SQL DDL 脚本由 SpDevelop 生成。 */
|
|
/* 所用驱动程序:MySql 5.0 驱动程序。 */
|
|
/* 创建时间:2022/6/7 12:07:23。 */
|
|
/*=========================================================================*/
|
|
|
|
|
|
|
|
/*==========================================================================*/
|
|
/* Tables */
|
|
/*==========================================================================*/
|
|
|
|
|
|
/*删除表MyMessage:消息表*/
|
|
DROP TABLE MyMessage
|
|
;
|
|
|
|
/*删除表EASLicence:许可证*/
|
|
DROP TABLE EASLicence
|
|
;
|
|
|
|
/*删除表EASLicenceSub:许可证*/
|
|
DROP TABLE EASLicenceSub
|
|
;
|
|
|
|
/*删除表TSType1:边防态势一级分类*/
|
|
DROP TABLE TSType1
|
|
;
|
|
|
|
/*删除表TSType2:边防态势二级分类*/
|
|
DROP TABLE TSType2
|
|
;
|
|
|
|
/*删除表TSRecord:态势表*/
|
|
DROP TABLE TSRecord
|
|
;
|
|
|
|
/*删除表message_exchange:文电交互*/
|
|
DROP TABLE message_exchange
|
|
;
|
|
|
|
/*删除表message_attachment:电文附件*/
|
|
DROP TABLE message_attachment
|
|
;
|
|
|
|
/*删除表system:制度规定*/
|
|
DROP TABLE system
|
|
;
|
|
|
|
/*删除表system_attachment:规定制度附件*/
|
|
DROP TABLE system_attachment
|
|
;
|
|
|
|
/*删除表system_type:制度规定分类*/
|
|
DROP TABLE system_type
|
|
;
|
|
|
|
/*删除表system_type190:制度规定分类*/
|
|
DROP TABLE system_type190
|
|
;
|
|
|
|
/*删除表read_log:制度规定阅读记录*/
|
|
DROP TABLE read_log
|
|
;
|
|
|
|
/*==========================================================================*/
|
|
/* Views */
|
|
/*==========================================================================*/
|
|
|
|
|
|
|