mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 05:29:30 +00:00
5 lines
131 B
SQL
5 lines
131 B
SQL
CREATE TABLE `rental` (
|
|
`rental_id` int(11) NOT NULL auto_increment,
|
|
`foo` float NOT NULL
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8
|