CREATE TABLE `test` ( `id` integer PRIMARY KEY AUTOINCREMENT NOT NULL, `name` text NOT NULL );