Namespace Umbraco.Cms.Infrastructure.Migrations.Expressions.Create.Column
Classes
CreateColumnBuilder
Provides a fluent builder for defining and configuring a new column as part of a database migration.
Interfaces
ICreateColumnOnTableBuilder
Represents a builder interface used to define and configure a new column on a database table as part of a migration process.
ICreateColumnOptionBuilder
Provides methods for configuring options of a column when creating a table in a migration.
ICreateColumnOptionForeignKeyCascadeBuilder
Provides a builder interface for configuring cascade options on a foreign key constraint for a column.
ICreateColumnTypeBuilder
Defines the builder for specifying the type of a column during a create migration.