effect-io-ai

Package: @effect/sql
Module: Model

Model.Generated

A field that represents a column that is generated by the database.

It is available for selection and update, but not for insertion.

Signature

declare const Generated: <S extends Schema.Schema.All | Schema.PropertySignature.All>(schema: S) => Generated<S>

Source

Since v1.0.0