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
The cause is that nullable columns are always implicitly default null. I am not sure what this should mean in terms of Exposed. The question is then
Should exposed be aware of this limitation in MySQL/MariaDB and consider nullable exposed columns without default values the same as columns with default null ?
User error. User should not declare tables in exposed that cannot be expressed by the underlying database.
Thoughts?
The text was updated successfully, but these errors were encountered:
The cause is that nullable columns are always implicitly default null. I am not sure what this should mean in terms of Exposed. The question is then
Thoughts?
The text was updated successfully, but these errors were encountered: