crudely-typed icon indicating copy to clipboard operation
crudely-typed copied to clipboard

Prevent omitting non-optional columns in insert / insertMultiple

Open danvk opened this issue 2 years ago • 0 comments

pg-to-ts emits a requiredForInsert list and there's a TableInsert. crudely-typed shouldn't allow users to disallow a column that's required for insert. See also https://github.com/danvk/pg-to-ts/issues/18

danvk avatar Apr 05 '22 17:04 danvk