CreateManyRowsOptions
Summary
Options for bulk-create operations that return inserted rows.
Signature
type CreateManyRowsOptions = {
returnRows: true
touch?: boolean
}
Options for bulk-create operations that return inserted rows.
type CreateManyRowsOptions = {
returnRows: true
touch?: boolean
}