CREATE TABLE `key_value` ( `key` text PRIMARY KEY NOT NULL, `value` text NOT NULL );