ygrek / sqlgg

SQL Guided (code) Generator
https://ygrek.org/p/sqlgg/
GNU General Public License v2.0
61 stars 20 forks source link

Null by default #126

Closed jongleb closed 2 months ago

jongleb commented 10 months ago

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