eventlog¶
Info
This page was last generated 2023.04.23
Relationship Diagram(s)¶
Relationships¶
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | accountid | account | id |
One-to-One | accountname | account | name |
One-to-One | charname | character_data | name |
Schema¶
Column | Data Type | Description |
---|---|---|
id | int | Unique Event Identifier |
accountname | varchar | Account Name |
accountid | int | Account Identifier |
status | int | Status |
charname | varchar | Character Name |
target | varchar | Target |
time | timestamp | TIme Timestamp |
descriptiontype | varchar | Description Type |
description | text | Description |
event_nid | int | Event Identifier |