add create mysql xorm_test3 db stmt to ddl

This commit is contained in:
Nash Tsai 2014-01-14 18:22:21 +08:00
parent cf73ec9f2d
commit 52eef13832
1 changed files with 1 additions and 0 deletions

View File

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