Package: @effect/sql
Module: Model
A field that represents a column that is generated by the application.
It is required by the database, but not by the JSON variants.
Signature
declare const GeneratedByApp: <S extends Schema.Schema.All | Schema.PropertySignature.All>(schema: S) => GeneratedByApp<S>
Since v1.0.0