コンテンツにスキップ

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>