Namespace Umbraco.Cms.Infrastructure.Migrations.Expressions.Common
Classes
ExecutableBuilder
Represents a builder used to construct and configure executable migration expressions within the migration framework.
Interfaces
IColumnOptionBuilder<TNext, TNextFk>
Provides a fluent builder interface for configuring column options within a database migration expression.
IColumnTypeBuilder<TNext>
Builds a column type expression.
IExecutableBuilder
Represents a builder interface for creating and executing migration expressions. Implementations of this interface allow migration steps to be defined and executed as part of a migration process.
IForeignKeyCascadeBuilder<TNext, TNextFk>
Provides a builder interface for configuring cascade behaviors (such as ON DELETE or ON UPDATE actions) on a foreign key constraint within a migration expression.