You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be nice, having all strings define as Text makes things messy.
Would be nice to have a way to define either char, varchar or text depending on requirements.
I've been looking through the code but I'm still very new to swift and not sure how things are being mapped out here.
Context and Description
I can't create Table with String/Varchar type ID in MySQL database
Environment Details
MySQL on Ubuntu
Steps to Reproduce
Define struct with string type id
extend idColumnName, idColumnType
call createTableSync() method
Expected vs. Actual Behaviour
The text was updated successfully, but these errors were encountered: