Commit 90d6f9cb by naan1993

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

parent 3d08514e
......@@ -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;
-- ----------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment