<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [Constraints](./schema.constraints.md) &gt; [unique](./schema.constraints.unique.md)

## Constraints.unique property

Indicates that every value in this column must be unique.

<b>Signature:</b>

```typescript
unique?: boolean;
```
