mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
6 lines
142 B
SQL
6 lines
142 B
SQL
CREATE TABLE `checksum_test_5` (
|
|
`a` date NOT NULL,
|
|
`b` int(11) default NULL,
|
|
PRIMARY KEY (`a`)
|
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1
|