mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-26 09:35:38 -05:00
Alanren/new column properties (#1278)
* new column properties * add description
This commit is contained in:
@@ -27,5 +27,7 @@ namespace Microsoft.SqlTools.ServiceLayer.TableDesigner
|
||||
public const string Length = "length";
|
||||
public const string AllowNulls = "allowNulls";
|
||||
public const string IsPrimaryKey = "isPrimaryKey";
|
||||
public const string Precision = "precision";
|
||||
public const string Scale = "scale";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user