qs_player_speech¶
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 | from | character_data | name |
One-to-One | to | character_data | name |
One-to-One | guilddbid | guilds | id |
Schema¶
Column | Data Type | Description |
---|---|---|
id | int | Unique Speech Identifier |
from | varchar | From Character Identifier |
to | varchar | To Character Identifier |
message | varchar | Message |
minstatus | smallint | Minimum Status |
guilddbid | int | Guild Database Identifier |
type | tinyint | Type |
timerecorded | timestamp | Time Recorded Timestamp |