Appearance
Defined in: schema/types.ts:8
Properties
defaultValue?
optionaldefaultValue?:unknown
Defined in: schema/types.ts:15
hasDefault
hasDefault:
boolean
Defined in: schema/types.ts:14
Whether a default value was explicitly set. Always present alongside defaultValue.
optional
optional:
boolean
Defined in: schema/types.ts:12
primaryKey
primaryKey:
boolean
Defined in: schema/types.ts:10
type
type:
SupportedFieldType
Defined in: schema/types.ts:9
unique
unique:
boolean
Defined in: schema/types.ts:11