TableBL: Fix table creation scripts.
Columns of type image does not need size.
This commit is contained in:
@@ -84,7 +84,7 @@ namespace VAR.DatabaseExplorer.Code.BusinessLogic
|
||||
c.Type == "nchar" ||
|
||||
c.Type == "binary" ||
|
||||
c.Type == "varbinary" ||
|
||||
c.Type == "image")
|
||||
false)
|
||||
{
|
||||
if (c.Size < 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user