set default on DefaultVideo

This commit is contained in:
Isaac Connor 2017-02-16 13:28:50 -05:00
parent 04e4b1a210
commit ef653b97d7
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ CREATE TABLE `Events` (
`Length` decimal(10,2) NOT NULL default '0.00',
`Frames` int(10) unsigned default NULL,
`AlarmFrames` int(10) unsigned default NULL,
`DefaultVideo` VARCHAR( 64 ) NOT NULL,
`DefaultVideo` VARCHAR( 64 ) DEFAULT '' NOT NULL,
`TotScore` int(10) unsigned NOT NULL default '0',
`AvgScore` smallint(5) unsigned default '0',
`MaxScore` smallint(5) unsigned default '0',