field
This commit is contained in:
@@ -25,6 +25,9 @@ export class Field extends BaseEntity {
|
||||
@Property({ type: 'boolean', default: false })
|
||||
isRequired: boolean = false;
|
||||
|
||||
@Property({ type: 'boolean', default: false })
|
||||
multiple: boolean = false;
|
||||
|
||||
@Property({ type: 'int', nullable: true })
|
||||
order?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user