Interface: ColumnChange
Defined in: src/types.ts:257
Column change detected in schema monitoring
Properties
changeType
changeType:
"added"|"removed"|"type_changed"|"nullability_changed"
Defined in: src/types.ts:259
columnName
columnName:
string
Defined in: src/types.ts:258
impact
impact:
"safe"|"warning"|"breaking"
Defined in: src/types.ts:262
newValue?
optionalnewValue:string
Defined in: src/types.ts:261
oldValue?
optionaloldValue:string
Defined in: src/types.ts:260