mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-01-14 06:05:16 +08: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
|