ReturningOptions.returning property
true for every column, false for none, or the names of the columns to fetch back.
Signature:
returning?: boolean | string[];
true for every column, false for none, or the names of the columns to fetch back.
Signature:
returning?: boolean | string[];