-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
The Builder plugin currently cannot handle certain valid default values for certain datatypes when creating a new table in the Database panel. A suitable PR for this issue would adjust the migration generator to allow these certain values in the "Default" column:
- All fields with nullable ticked: Should accept
nullas a valid value to be rendered asnullin the migration. Should also accept"null"(with quotes) as a string value ofnullfor the (very rare) case that a dev needs null stored as a string in a field. - Boolean fields: Should accept
trueandfalseas valid values to be rendered astrueandfalserespectively.
Reactions are currently unavailable