1473 |
`name` varchar(255) NOT NULL COMMENT 'the name of the field as it will be stored in the search engine', |
1473 |
`name` varchar(255) NOT NULL COMMENT 'the name of the field as it will be stored in the search engine', |
1474 |
`label` varchar(255) NOT NULL COMMENT 'the human readable name of the field, for display', |
1474 |
`label` varchar(255) NOT NULL COMMENT 'the human readable name of the field, for display', |
1475 |
`type` ENUM('', 'string', 'date', 'number', 'boolean', 'sum', 'isbn', 'stdno') NOT NULL COMMENT 'what type of data this holds, relevant when storing it in the search engine', |
1475 |
`type` ENUM('', 'string', 'date', 'number', 'boolean', 'sum', 'isbn', 'stdno') NOT NULL COMMENT 'what type of data this holds, relevant when storing it in the search engine', |
1476 |
`weight` int default NULL, |
1476 |
`weight` decimal(5,2) DEFAULT NULL, |