Skip to content

Function: id()

id(): Column<string, true, true>

Defined in: core/src/schema/columns.ts:137

Primary key column. Auto-generated (crypto.randomUUID() by default) and treated as unique + notNull + hasDefault.

Column<string, true, true>