badge table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||||||
| name | VARCHAR | 255 |
|
|
||||||||||
| description | LONGTEXT | 2147483647 | √ | null |
|
|
||||||||
| timecreated | BIGINT | 19 | 0 |
|
|
|||||||||
| timemodified | BIGINT | 19 | 0 |
|
|
|||||||||
| usercreated | BIGINT | 19 | null |
|
|
|||||||||
| usermodified | BIGINT | 19 | null |
|
|
|||||||||
| issuername | VARCHAR | 255 |
|
|
||||||||||
| issuerurl | VARCHAR | 255 |
|
|
||||||||||
| issuercontact | VARCHAR | 255 | √ | null |
|
|
||||||||
| expiredate | BIGINT | 19 | √ | null |
|
|
||||||||
| expireperiod | BIGINT | 19 | √ | null |
|
|
||||||||
| type | BIT | 1 | 1 |
|
|
1 = site, 2 = course |
||||||||
| courseid | BIGINT | 19 | √ | null |
|
|
||||||||
| message | LONGTEXT | 2147483647 | null |
|
|
|||||||||
| messagesubject | LONGTEXT | 2147483647 | null |
|
|
|||||||||
| attachment | BIT | 1 | 1 |
|
|
Attach baked badge for download |
||||||||
| notification | BIT | 1 | 1 |
|
|
Message when badge is awarded |
||||||||
| status | BIT | 1 | 0 |
|
|
Badge status: 0 = inactive, 1 = active, 2 = active+locked, 3 = inactive+locked, 4 = archived |
||||||||
| nextcron | BIGINT | 19 | √ | null |
|
|
Table contained -1 rows
badge table indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| badg_cou_ix | Performance | Asc | courseid |
| badg_typ_ix | Performance | Asc | type |
| badg_use2_ix | Performance | Asc | usercreated |
| badg_use_ix | Performance | Asc | usermodified |
