The `page_text` table
This table holds the text for letter items or any items that when moused-over turn the cursor into a magnifying glass and on right-click will open up a window where you can read the contents of the letter.
Table Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
ID | INT | UNSIGNED | PRI | NO | 0 | ||
Text | LONGTEXT | SIGNED | NO | ||||
NextPageID | INT | UNSIGNED | NO | 0 | |||
VerifiedBuild | INT | SIGNED | YES | NULL |
Description of the fields
Unique identifier
The actual text. The message in this field will be shown as the text on a page.
The ID of the next page. page_text.id.