CREATE TABLE `events` ( `id` integer PRIMARY KEY AUTOINCREMENT NOT NULL, `description` text NOT NULL );