ColumnType 枚举
字段类型
[Flags]
public enum ColumnType
字段
Computed = 32
计算列
Del = 64
逻辑删除
Empty = 0
空
Identity = 1
自增列
Ignore = 128
忽略
Key = 2
主键之一
NOTNULL = 8
非空
Normal = 16
普通
Unique = 4
唯一列
字段类型
[Flags]
public enum ColumnType
Computed = 32
计算列
Del = 64
逻辑删除
Empty = 0
空
Identity = 1
自增列
Ignore = 128
忽略
Key = 2
主键之一
NOTNULL = 8
非空
Normal = 16
普通
Unique = 4
唯一列