Displaying 1 result from an estimated 1 matches for "recurinterval".
2008 Dec 11
1
Meetme realtime table structure
...'10',
`status` varchar(30) NOT NULL default 'A',
`confOwner` varchar(30) NOT NULL default '',
`confDesc` varchar(100) NOT NULL default '',
`adminopts` varchar(32) NOT NULL,
`opts` varchar(32) NOT NULL,
`sequenceNo` int(10) unsigned default '0',
`recurInterval` int(10) unsigned default '0',
`members` int(11) NOT NULL default '0',
PRIMARY KEY (`bookId`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=145 ;
Conference work fine but without possibility to manage OPTIONS.
Neither adminOpts nor UserOpts does not work. All other f...