Framework
ChangeAnalysisResult
Interface: ChangeAnalysisResult
Result of analyzing schema changes.
Properties
| Property | Type | Description |
|---|---|---|
breaking | SchemaChange[] | Changes that require explicit migration |
hasBreakingChanges | boolean | Whether any breaking changes were detected |
safe | SchemaChange[] | Changes that can be auto-applied safely |
