Package: @effect/sql
Module: Model
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>
Since v1.0.0