Files
percona-toolkit/t/lib/samples/sakila.rental.float.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