NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'page_text' table for MaNGOSThree
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 Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
entry | mediumint(8) unsigned | NO | PRI | '0' | Reference to item_template.PageText. | |
text | longtext | NO | NULL | Text of single page. | ||
next_page | mediumint(8) unsigned | NO | '0' | Reference to page_text.entry. |
Description of the fields
entry mediumint(8) unsigned
Reference to item_template.PageText.
text longtext
Text of single page.
next_page mediumint(8) unsigned
ID of the next page, see page_text.entry. Equals to 0 for the last page.
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now