CreateRowOptions
Summary
Options for create operations that return the inserted row.
Signature
type CreateRowOptions<table, relations> = {
returnRow: true;
touch?: boolean;
with?: relations;
};
Options for create operations that return the inserted row.
type CreateRowOptions<table, relations> = {
returnRow: true;
touch?: boolean;
with?: relations;
};