CREATE TABLE `messages` ( `id` INTEGER PRIMARY KEY AUTOINCREMENT, `name` TEXT, `text` TEXT, `timestamp` INTEGER );