Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
primary key |
||||
ticket_id | INT | 10 | null |
|
|
id of catalog ticket the update relates to |
|||||
user_id | INT | 10 | 0 |
|
|
id of the user who logged the update |
|||||
public | BIT | 0 | 0 |
|
|
boolean flag to denote whether this update is public |
|||||
date | TIMESTAMP | 19 | current_timestamp() |
|
|
date and time this update was logged |
|||||
message | TEXT | 65535 | null |
|
|
update message content |