1493 |
`label` varchar(255) NOT NULL COMMENT 'the human readable name of the field, for display', |
1493 |
`label` varchar(255) NOT NULL COMMENT 'the human readable name of the field, for display', |
1494 |
`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', |
1494 |
`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', |
1495 |
`weight` decimal(5,2) DEFAULT NULL, |
1495 |
`weight` decimal(5,2) DEFAULT NULL, |