Search found 1 match
- Sat Dec 02, 2017 12:10 pm
- Forum: General Development Discussion
- Topic: Extension development: Unsupported field types in migrations
- Replies: 3
- Views: 8711
Extension development: Unsupported field types in migrations
Hi all, I'd like to use the update_schema() method to update table structure, but regretfully, supported data types do not include set, enum, or date types - as supported in mysql. Will that be acceptable for when the extension is reviewed - if I run an "alter table" sql statement using $db->sql_que...