Guest User

Untitled

a guest
Jul 18th, 2011
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. CREATE TABLE `recordedseek` (
  2. `chanid` int(10) unsigned NOT NULL DEFAULT '0',
  3. `starttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  4. `mark` mediumint(8) unsigned NOT NULL DEFAULT '0',
  5. `offset` bigint(20) unsigned NOT NULL,
  6. `type` tinyint(4) NOT NULL DEFAULT '0',
  7. PRIMARY KEY (`chanid`,`starttime`,`type`,`mark`)
  8. ) ENGINE=InnoDB DEFAULT CHARSET=utf8
Advertisement
Add Comment
Please, Sign In to add comment