migratordotnet/Migrator.NET

SqlServer: Schema

Closed this issue · 0 comments

Unexpected behavior when using schema.
For instance:
Assert.IsTrue(_provider.ColumnExists("dbo.TestTwo", "TestWithDefault"));
Will fail even if the column is present in the table.