revert the unsigned removal.

pull/1078/head
Steve Fossen 2016-04-12 14:22:08 -07:00
parent 750cbd0b2c
commit 00d79d7bbb
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ CREATE TABLE IF NOT EXISTS `events` (
`uuid` varchar(40) COLLATE utf8_bin NOT NULL,
`published` tinyint(1) NOT NULL DEFAULT '0',
`analysis` tinyint(4) NOT NULL,
`attribute_count` int(11) NOT NULL DEFAULT '0',
`attribute_count` int(11) unsigned DEFAULT NULL,
`orgc_id` int(11) NOT NULL,
`timestamp` int(11) NOT NULL DEFAULT '0',
`distribution` tinyint(4) NOT NULL DEFAULT '0',