[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [local‑first/Schema](https://evolu.dev/docs/api-reference/common/local-first/Schema) › InsertValues

```ts
type InsertValues<T> = Omit<NullableColumnsToOptional<T>, "id">;
```

Defined in: [packages/common/src/local-first/Schema.ts:312](https://github.com/evoluhq/evolu/blob/49ea8ca499566aba270f8cb601e7f49aa62320f8/packages/common/src/local-first/Schema.ts#L312)

Insert values: `id` omitted (auto-generated), nullable columns optional,
non-nullable columns required.