get_collation(); return "CREATE TABLE {$wpdb->prefix}$this->table_name ( `ID` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `type` tinyint(2) unsigned NOT NULL, `data` longtext, `created_at` datetime, `updated_at` datetime, PRIMARY KEY (`ID`), KEY `type` (`type`) ) $collate;"; } } }