Insert returning api to match select columns
I have the following helpers to select the right columns and ensure I don't leak sensitive data:
However when I come to call
Anyway around this duplication?
However when I come to call
insert().returning() it seems the .returning() method takes a different shape and I'll need to duplicate my objects values above from boolean true to table.columnKeyAnyway around this duplication?
