Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE TABLE `recordedseek` (
- `chanid` int(10) unsigned NOT NULL DEFAULT '0',
- `starttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
- `mark` mediumint(8) unsigned NOT NULL DEFAULT '0',
- `offset` bigint(20) unsigned NOT NULL,
- `type` tinyint(4) NOT NULL DEFAULT '0',
- PRIMARY KEY (`chanid`,`starttime`,`type`,`mark`)
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8
Advertisement
Add Comment
Please, Sign In to add comment