-- MySQL dump 10.11
--
-- Host: localhost    Database: mythconverg
-- ------------------------------------------------------
-- Server version	5.0.42-log

--
-- Table structure for table `linkage`
--

DROP TABLE IF EXISTS `linkage`;
CREATE TABLE `linkage` (
  `portal_chanid` int(11) NOT NULL,
  `serviceid` int(11) NOT NULL,
  `chanid` int(11) NOT NULL,
  `subevent` varchar(255) character set utf8 NOT NULL,
  KEY `portal_chanid` (`portal_chanid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;


