Namespace Umbraco.Cms.Infrastructure.Migrations.Expressions.Alter.Expressions
Classes
AlterColumnExpression
Represents a migration expression used to alter the definition of an existing column in a database table. This may include changing the column's type, constraints, or other properties.
AlterDefaultConstraintExpression
Represents an expression to alter a default constraint in a database migration.
AlterTableExpression
Represents an expression to alter an existing table in the database schema.