Namespace Umbraco.Cms.Infrastructure.Migrations.Expressions.Create.Table
Classes
CreateTableBuilder
Provides a fluent builder for defining and creating database tables as part of a migration.
CreateTableOfDtoBuilder
Provides a builder for creating a database table schema based on a specified DTO (Data Transfer Object) type. Typically used in migration expressions to define table structure from a DTO.
Interfaces
ICreateTableColumnAsTypeBuilder
Represents a builder interface for specifying the data type of a column when defining a table schema in a create table migration expression.
ICreateTableColumnOptionBuilder
Provides a builder for configuring column options when creating a table.
ICreateTableColumnOptionForeignKeyCascadeBuilder
Provides a fluent builder for configuring cascade behaviors on a foreign key column when creating a table.
ICreateTableWithColumnBuilder
Provides a builder interface for defining columns when creating a new table as part of a database migration.