1. CREATE TABLE `t` (
    2. `id` int(11) NOT NULL,
    3. `c` int(11) DEFAULT NULL,
    4. PRIMARY KEY (`id`)) ENGINE=InnoDB;