mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
5 lines
112 B
SQL
5 lines
112 B
SQL
CREATE TABLE `t1` (
|
|
`a` int(11) NOT NULL,
|
|
`b` char(50) default NULL
|
|
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
|