TSchemaError Class
Represents a schema difference that cannot be resolved automatically, such as a column type mismatch, a removed table, or an identity column change. These must be resolved manually before the database schema can be considered up to date.
Syntax
Unit: Aurelius.Schema.Messages
TSchemaError = class(TSchemaMessage);