初版
This commit is contained in:
8
build/lib/mysql/mysql-test/r/exampledb.result
Normal file
8
build/lib/mysql/mysql-test/r/exampledb.result
Normal file
@@ -0,0 +1,8 @@
|
||||
drop database if exists events_test;
|
||||
drop database if exists events_test2;
|
||||
drop table if exists t1;
|
||||
CREATE TABLE t1 (
|
||||
Period smallint(4) unsigned zerofill DEFAULT '0000' NOT NULL,
|
||||
Varor_period smallint(4) unsigned DEFAULT '0' NOT NULL
|
||||
) ENGINE=example;
|
||||
drop table t1;
|
||||
Reference in New Issue
Block a user