Closed vlucas closed 11 years ago
Fixes issue where default base field options were merged before type options, so type defaults like 'length' were discarded.
Test with JSON switched to 'string' to troubleshoot how the 'length' property was not applied before (CREATE TABLE/MIGRATE fails when 'varchar' has no length).
Fixes issue where default base field options were merged before type options, so type defaults like 'length' were discarded.