Skip to main content
Version: 0.15

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?

optional newValue: string

Defined in: src/types.ts:261


oldValue?

optional oldValue: string

Defined in: src/types.ts:260