-- -- Table structure for table `bot_accounts` -- Creator id = 0 -> Created by Brokk via Auto-Generate from Configs -- CREATE TABLE IF NOT EXISTS `bot_accounts` ( `account_id` int(11) unsigned NOT NULL, `is_bot` tinyint(2) NOT NULL default '1', `creator_id` int(11) unsigned NOT NULL default '0', `creator_name` varchar(23) NOT NULL default 'Brokk', PRIMARY KEY (`account_id`) ) ENGINE=MyISAM;