CREATE TABLE `user` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(40) DEFAULT NULL, `age` int , `income` float , PRIMARY KEY (`id`) ) ;