1476 |
`id` int(11) NOT NULL AUTO_INCREMENT, |
1476 |
`id` int(11) NOT NULL AUTO_INCREMENT, |
1477 |
`name` varchar(255) NOT NULL COMMENT 'the name of the field as it will be stored in the search engine', |
1477 |
`name` varchar(255) NOT NULL COMMENT 'the name of the field as it will be stored in the search engine', |
1478 |
`label` varchar(255) NOT NULL COMMENT 'the human readable name of the field, for display', |
1478 |
`label` varchar(255) NOT NULL COMMENT 'the human readable name of the field, for display', |
1479 |
`type` ENUM('string', 'date', 'number', 'boolean', 'sum') NOT NULL COMMENT 'what type of data this holds, relevant when storing it in the search engine', |
1479 |
`type` ENUM('', 'string', 'date', 'number', 'boolean', 'sum') NOT NULL COMMENT 'what type of data this holds, relevant when storing it in the search engine', |