-
Notifications
You must be signed in to change notification settings - Fork 47
Page_text
Schmoozerd edited this page Apr 17, 2013
·
1 revision
Back to world database list of tables.
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.
Field | Type | Null | Key | Default | Extra |
entry | int(11) | NO | PRI | 0 | |
text | longtext | YES | None | ||
next_page | int(11) unsigned | NO | 0 |
The ID of the text in the page. This number is unique to every text entry.
The actual text. The message in this field will be shown as the text on a page.
The ID of the next page’s text entry.