Namespace Umbraco.Cms.Infrastructure.Migrations.Expressions.Common.Expressions
Classes
CreateColumnExpression
Represents an expression to create a new column in a database table.
CreateForeignKeyExpression
Represents an expression used to define a foreign key constraint as part of a database migration. This expression specifies the relationship between tables by linking columns in the source and target tables.
CreateIndexExpression
Represents a migration expression used to create a database index.