add create mysql xorm_test3 db stmt to ddl
This commit is contained in:
parent
cf73ec9f2d
commit
52eef13832
|
@ -2,3 +2,4 @@
|
|||
--DROP DATABASE xorm_test2;
|
||||
CREATE DATABASE IF NOT EXISTS xorm_test CHARACTER SET utf8 COLLATE utf8_general_ci;
|
||||
CREATE DATABASE IF NOT EXISTS xorm_test2 CHARACTER SET utf8 COLLATE utf8_general_ci;
|
||||
CREATE DATABASE IF NOT EXISTS xorm_test3 CHARACTER SET utf8 COLLATE utf8_general_ci;
|
||||
|
|
Loading…
Reference in New Issue