Subtype required for autocolumns
This commit is contained in:
parent
10351c52f8
commit
7d17717895
|
@ -64,7 +64,7 @@ export interface AutoColumnFieldMetadata
|
|||
extends Omit<BaseFieldSchema, "subtype"> {
|
||||
type: FieldType.AUTO
|
||||
autocolumn: true
|
||||
subtype?: AutoFieldSubType
|
||||
subtype: AutoFieldSubType
|
||||
lastID?: number
|
||||
// if the column was turned to an auto-column for SQL, explains why (primary, foreign etc)
|
||||
autoReason?: AutoReason
|
||||
|
|
Loading…
Reference in New Issue