Method | Description | |
---|---|---|
CustomMigration ( MigrationsSqlGeneratorDependencies dependencies ) |
Method | Description | |
---|---|---|
DefaultValue ( object defaultValue, string defaultValueSql, MigrationCommandListBuilder, builder ) : void |
public CustomMigration ( MigrationsSqlGeneratorDependencies dependencies ) | ||
dependencies | MigrationsSqlGeneratorDependencies |
protected DefaultValue ( object defaultValue, string defaultValueSql, MigrationCommandListBuilder, builder ) : void | ||
defaultValue | object | The default value for the column. |
defaultValueSql | string | The SQL expression to use for the column's default constraint. |
builder | MigrationCommandListBuilder, | |
return | void |