Skip to main content
Version: Next

SchemaChange

age-schema-client v0.5.0


age-schema-client / SchemaChange

Interface: SchemaChange

Defined in: src/schema/migration.ts:29

Schema change

Properties

PropertyTypeDescriptionDefined in
typeSchemaChangeTypeChange typesrc/schema/migration.ts:33
pathstringPath to the changed elementsrc/schema/migration.ts:38
breakingbooleanWhether the change is breakingsrc/schema/migration.ts:43
oldValue?unknownOld valuesrc/schema/migration.ts:48
newValue?unknownNew valuesrc/schema/migration.ts:53