add column properties (#17574)

This commit is contained in:
Alan Ren
2021-11-02 18:50:44 -07:00
committed by GitHub
parent 312b410fff
commit a3a91fbdfc
4 changed files with 43 additions and 11 deletions

View File

@@ -922,7 +922,9 @@ export namespace designers {
AllowNulls = 'allowNulls',
DefaultValue = 'defaultValue',
Length = 'length',
IsPrimaryKey = 'isPrimaryKey'
IsPrimaryKey = 'isPrimaryKey',
Precision = 'precision',
Scale = 'scale'
}
export enum DesignerEditType {