Skip to content

@databases/[email protected]

Compare
Choose a tag to compare
@ForbesLindesay ForbesLindesay released this 20 Aug 11:12
a70e81c

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.