Table of Contents

TSchemaWarning Class

Represents a non-fatal schema difference that may require attention, such as adding a NOT NULL column without a default value, or creating a foreign key that could affect existing data.

Syntax

Unit: Aurelius.Schema.Messages

TSchemaWarning = class(TSchemaMessage);