Difference between revisions of "Database Tables"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | + | The Truxton database holds "hot" tables that are constantly written to as well as reference (read-only) tables. | |
=Data Tables= | =Data Tables= | ||
| Line 16: | Line 16: | ||
=Reference Tables= | =Reference Tables= | ||
These tables exist only to give meanings to magic values so humans can better comprehend it. | These tables exist only to give meanings to magic values so humans can better comprehend it. | ||
| − | * <code>[EntityType]</code> | + | * <code>[EntityType]</code> gives meaning to integer values found in the <code>[EntityTypeID]</code> column of the <code><nowiki>[</nowiki>[[Entity Table|Entity]]<nowiki>]</nowiki></code> table. These values are also [[Entity Types|defined constants.]] |
| + | * <code>[InvestigationType]</code> gives meaning to integer values found in the <code>[InvestigationTypeID]</code> column of the <code>[Investigation]</code> table. These values are also [[Investigation Types|defined constants.]] | ||
| + | * <code>[InvestigationStatus]</code> gives meaning to integer values found in the <code>[InvestigationStatusID]</code> column of the <code>[Investigation]</code> table. These values are also [[Investigation Statuses|defined constants.]] | ||
Revision as of 13:29, 28 December 2020
The Truxton database holds "hot" tables that are constantly written to as well as reference (read-only) tables.
Data Tables
These tables hold data gleaned from exploiting media.
[Entity]also known as artifacts.[ETLRoute][Event][EXIF][ExpandedFile][File][Location][Relation][USBDevice][WebsiteVisit]
Reference Tables
These tables exist only to give meanings to magic values so humans can better comprehend it.
[EntityType]gives meaning to integer values found in the[EntityTypeID]column of the[Entity]table. These values are also defined constants.[InvestigationType]gives meaning to integer values found in the[InvestigationTypeID]column of the[Investigation]table. These values are also defined constants.[InvestigationStatus]gives meaning to integer values found in the[InvestigationStatusID]column of the[Investigation]table. These values are also defined constants.