OptionalschemaSchema to use for the table
OptionalreturningOptionalupsertOptionalconflictOptionalupdateFields to update on conflict (MySQL: ON DUPLICATE KEY UPDATE, PostgreSQL/SQLite: ON CONFLICT DO UPDATE, MariaDB: ON DUPLICATE KEY UPDATE)
Options for building an
INSERT, including returning clauses and conflict handling where the engine supports them.