mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 01:25:36 -05:00
add column properties (#17574)
This commit is contained in:
@@ -922,7 +922,9 @@ export namespace designers {
|
||||
AllowNulls = 'allowNulls',
|
||||
DefaultValue = 'defaultValue',
|
||||
Length = 'length',
|
||||
IsPrimaryKey = 'isPrimaryKey'
|
||||
IsPrimaryKey = 'isPrimaryKey',
|
||||
Precision = 'precision',
|
||||
Scale = 'scale'
|
||||
}
|
||||
|
||||
export enum DesignerEditType {
|
||||
|
||||
Reference in New Issue
Block a user