New Features
-
Added a new
types.requireExplicitDefaults
option. (#340)This new option will make columns required in the types generated for insert, even if the column has a default. The column will only be considered optional if it is marked as nullable.