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 does seem like a valid case to handle. Without trying anything, my only concern would be surrounding comparability and whether all databases can handle a bool directly or if they can all handle a default of 1/0 for a boolean column.
I haven't been all that active on this project recently, but a PR would be welcome. 😄
I'd like to be able to initialize a boolean field with a default value of
true
orfalse
but it currently only allows numbers or strings for defaults.So I would like to be able to write:
The text was updated successfully, but these errors were encountered: