Interface: ColumnChange
Defined in: src/types.ts:210
Column change detected in schema monitoring
Properties
changeType
changeType:
"added"|"removed"|"type_changed"|"nullability_changed"
Defined in: src/types.ts:212
columnName
columnName:
string
Defined in: src/types.ts:211
impact
impact:
"safe"|"warning"|"breaking"
Defined in: src/types.ts:215
newValue?
optionalnewValue:string
Defined in: src/types.ts:214
oldValue?
optionaloldValue:string
Defined in: src/types.ts:213