CREATE TABLE `users12` ( `id` serial AUTO_INCREMENT PRIMARY KEY NOT NULL, `name` text NOT NULL, `email` text NOT NULL );