更新sql语句 增加添加和删除数据库的语句

pull/440805/MERGE
naan1993 2017-12-07 23:35:06 +08:00
parent 3d08514ed6
commit 90d6f9cb7f
1 changed files with 8 additions and 0 deletions

View File

@ -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;
-- ----------------------------