---
title: CreateResultOptions
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/data-table/src/lib/database.ts#L293
---

# CreateResultOptions

## Summary

Options for create operations that return only write metadata.

## Signature

```ts
type CreateResultOptions = {
  returnRow?: false;
  touch?: boolean;
};

```