page_text
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.
Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
mediumint(8) | unsigned | PRI | NO | 0 |
|
| |
longtext | signed |
| NO | NULL |
|
| |
mediumint(8) | unsigned |
| NO | 0 |
|
| |
smallint(5) | signed |
| YES | 1 |
|
|
Description of the fields
entry
The ID of the text in the page. This number is unique to every text entry.
text
The actual text. The message in this field will be shown as the text on a page.
next_page
The ID of the next page's text entry.
WDBVerified