mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-28 17:24:27 -05:00
Alanren/new column properties (#1278)
* new column properties * add description
This commit is contained in:
@@ -16,6 +16,10 @@ namespace Microsoft.SqlTools.ServiceLayer.TableDesigner.Contracts
|
||||
|
||||
public InputBoxProperties Length { get; set; } = new InputBoxProperties();
|
||||
|
||||
public InputBoxProperties Scale { get; set; } = new InputBoxProperties();
|
||||
|
||||
public InputBoxProperties Precision { get; set; } = new InputBoxProperties();
|
||||
|
||||
public CheckBoxProperties AllowNulls { get; set; } = new CheckBoxProperties();
|
||||
|
||||
public InputBoxProperties DefaultValue { get; set; } = new InputBoxProperties();
|
||||
|
||||
Reference in New Issue
Block a user