mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
6 lines
193 B
Text
6 lines
193 B
Text
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;
|