Jump to content

MangChat


tim

Recommended Posts

Posted

thx alot ... Danke schön...

do you have some more info about setup of this table .

What channel options do i have or should i use ?

DROP TABLE IF EXISTS `mangchat_links`;

CREATE TABLE `mangchat_links` (

`mangchat_id` int(11) unsigned NOT NULL DEFAULT '0',

`wow_channel` varchar(255) NOT NULL DEFAULT '',

`wow_channel_options` int(11) unsigned NOT NULL DEFAULT '0',

`irc_channel` varchar(255) NOT NULL DEFAULT '',

`irc_channel_options` int(11) unsigned NOT NULL DEFAULT '0',

PRIMARY KEY (`mangchat_id`,`wow_channel`,`irc_channel`)

) ENGINE=InnoDB DEFAULT CHARSET=utf8;

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use