these fields need to be able to be nul

pull/327/merge
Isaac Connor 2014-09-08 17:10:49 -04:00
parent 1076a621c8
commit d1b1c35e48
1 changed files with 2 additions and 2 deletions

View File

@ -323,8 +323,8 @@ CREATE TABLE `Monitors` (
`Device` varchar(64) NOT NULL default '', `Device` varchar(64) NOT NULL default '',
`Channel` tinyint(3) unsigned NOT NULL default '0', `Channel` tinyint(3) unsigned NOT NULL default '0',
`Format` int(10) unsigned NOT NULL default '0', `Format` int(10) unsigned NOT NULL default '0',
`V4LMultiBuffer` tinyint(1) unsigned NOT NULL default '0', `V4LMultiBuffer` tinyint(1) unsigned,
`V4LCapturesPerFrame` tinyint(3) unsigned NOT NULL default '1', `V4LCapturesPerFrame` tinyint(3) unsigned,
`Protocol` varchar(16) NOT NULL default '', `Protocol` varchar(16) NOT NULL default '',
`Method` varchar(16) NOT NULL default '', `Method` varchar(16) NOT NULL default '',
`Host` varchar(64) NOT NULL default '', `Host` varchar(64) NOT NULL default '',