protected DropDefaultConstraint ( string table, string column, System.Data.Entity.Migrations.Utilities.IndentedTextWriter writer ) : void | ||
table | string | The table to which the constraint applies. |
column | string | The column to which the constraint applies. |
writer | System.Data.Entity.Migrations.Utilities.IndentedTextWriter | The writer to which generated SQL should be written. |
return | void |