effect-io-ai

Package: @effect/sql
Module: Model

Model.UuidV4Insert

A field that represents a binary UUID v4 that is generated on inserts.

Signature

declare const UuidV4Insert: <const B extends string | symbol>(schema: Schema.brand<typeof Schema.Uint8ArrayFromSelf, B>) => UuidV4Insert<B>

Source

Since v1.0.0