sqlgg
sqlgg copied to clipboard
Null by default
Change: Default to NULL for Fields without explicit NOT NULL
Description
This change ensures that fields without explicit NOT NULL are defaulted to NULL.
Details
- Fields previously lacking a NOT NULL specification can now hold NULL values.