Interface ICreateTableColumnAsTypeBuilder
Represents a builder interface for specifying the data type of a column when defining a table schema in a create table migration expression.
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Create.Table
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface ICreateTableColumnAsTypeBuilder : IColumnTypeBuilder<ICreateTableColumnOptionBuilder>, IFluentBuilder