LogoRobo.js
Framework

SchemaChange

Interface: SchemaChange

Schema change descriptor.

Properties

PropertyTypeDescription
descriptionstringHuman-readable description
field?stringAffected field name
model?stringAffected model name
newValue?unknownNew value (for change operations)
oldValue?unknownPrevious value (for change operations)
safebooleanWhether this change is safe to auto-apply
typeSchemaChangeTypeType of change

On this page