mirror of https://gitee.com/stylefeng/guns
更新sql语句 增加添加和删除数据库的语句
parent
3d08514ed6
commit
90d6f9cb7f
|
@ -13,6 +13,14 @@ File Encoding : 65001
|
|||
Date: 2017-12-05 22:56:40
|
||||
*/
|
||||
|
||||
DROP DATABASE IF EXISTS guns_flowable;
|
||||
CREATE DATABASE guns_flowable;
|
||||
|
||||
DROP DATABASE IF EXISTS guns;
|
||||
CREATE DATABASE guns;
|
||||
|
||||
USE guns;
|
||||
|
||||
SET FOREIGN_KEY_CHECKS=0;
|
||||
|
||||
-- ----------------------------
|
||||
|
|
Loading…
Reference in New Issue