Versions
Field Name | Type | Description |
---|---|---|
id | int(11) | The unique record id |
item_type | varchar(255) | Types of items |
item_id | int(11) | id of types of items used like 'Assignment','User' or 'Team' |
event | varchar(255) | description of the event, whether data was created/updated or deleted |
whodunnit | varchar(255) | id of the person who has done the work |
object | varchar(255) | description of the object that has been updated |
created_at | datetime | Auto-generated column that stores the date and time of the column when it is updated |
Back to Database Tables Main page.