mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +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
|