TableBL: Fix table creation scripts.

Columns of type image does not need size.
This commit is contained in:
2019-10-03 14:24:32 +02:00
parent 2037407538
commit 50c5dcb885

View File

@@ -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)
{