Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
group_prefix | VARCHAR | 13 | null |
|
|
Prefix used in front of all batches |
||||
group_id | BIGINT | 19 | √ | null |
|
|
Group (and its descendants) in which managers can create users in batch. NULL if the group was deleted, in which case batches should be cleaned manually. |
|||
max_users | MEDIUMINT UNSIGNED | 8 | 1000 |
|
|
Maximum number of users that can be created under this prefix |
||||
allow_new | BIT | 1 | 1 |
|
|
Whether this prefix can be used for new user batches |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | group_prefix |
fk_user_batch_prefixes_group_id_groups_id | Performance | Asc | group_id |