SchemaChange
age-schema-client / SchemaChange
Interface: SchemaChange
Defined in: src/schema/migration.ts:29
Schema change
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
type | SchemaChangeType | Change type | src/schema/migration.ts:33 |
path | string | Path to the changed element | src/schema/migration.ts:38 |
breaking | boolean | Whether the change is breaking | src/schema/migration.ts:43 |
oldValue? | unknown | Old value | src/schema/migration.ts:48 |
newValue? | unknown | New value | src/schema/migration.ts:53 |