mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-18 17:23:52 -05:00
This reverts commit 431dfa4156.
This commit is contained in:
@@ -17,11 +17,5 @@ namespace Microsoft.SqlTools.ServiceLayer.Test.Utility
|
||||
base.DataType = typeof(string);
|
||||
base.DataTypeName = "nvarchar";
|
||||
}
|
||||
|
||||
public TestDbColumn(string columnName, int numericScale)
|
||||
: this(columnName)
|
||||
{
|
||||
base.NumericScale = numericScale;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user