get_collation(); return "CREATE TABLE {$wpdb->prefix}$this->table_name ( `id` bigint(20) unsigned NOT NULL auto_increment, `cid` bigint(20) unsigned NOT NULL, `type` varchar(255) NOT NULL, `created_by` bigint(20), `created_date` datetime, `private` tinyint(1) unsigned not null default 0, `title` varchar(255), `body` longtext, `modified_by` bigint(20) default null, `modified_date` datetime default null, `date_time` datetime default null, PRIMARY KEY (`id`), KEY `cid` (`cid`) ) $collate;"; } } }