Versions

From Expertiza_Wiki
Revision as of 00:02, 23 April 2018 by Smishra4 (talk | contribs) (Created page with "{| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) |The unique record id |- !item_type |varchar(255) |Types of items |- !item_id |int(11) |id ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.