facetoface_signups_status table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| signupid | BIGINT | 19 | null |
|
|
|||||
| statuscode | BIGINT | 19 | null |
|
|
|||||
| superceded | BIT | 1 | null |
|
|
0 means this is the current status |
||||
| grade | DECIMAL | 10,5 | √ | null |
|
|
||||
| createdby | BIGINT | 19 | null |
|
|
|||||
| timecreated | BIGINT | 19 | null |
|
|
Table contained -1 rows
facetoface_signups_status table indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| facesignstat_cre_ix | Performance | Asc | createdby |
| facesignstat_sig_ix | Performance | Asc | signupid |
