Framework
SchemaChange
Interface: SchemaChange
Schema change descriptor.
Properties
| Property | Type | Description |
|---|---|---|
description | string | Human-readable description |
field? | string | Affected field name |
model? | string | Affected model name |
newValue? | unknown | New value (for change operations) |
oldValue? | unknown | Previous value (for change operations) |
safe | boolean | Whether this change is safe to auto-apply |
type | SchemaChangeType | Type of change |
