Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amendment_id | INT | 10 | √ | null |
|
|
The internal amendment id |
||||
| amendment_note | TEXT | 65535 | √ | NULL |
|
|
Comments regarding the amendment as entered by the creating user. Also contains a human readable description of the amendment status. |
||||
| amendment_status | VARCHAR | 50 | √ | NULL |
|
|
Comes from the list_options.list_id=‘amendment_status’ and represents the current status of the amendment |
||||
| created_by | INT | 10 | null |
|
|
The id of the user that initially created this amendment |
|||||
| created_time | TIMESTAMP | 19 | √ | NULL |
|
|
Timestamp indicating when the amendment record was created. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| amendment_history_id | Performance | Asc | amendment_id |