数据库:world数据库:page_text
page_text 表
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 | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
ID | MEDIUMINT | UNSIGNED | PRI | NO | 0 | ||
Text | longtext | SIGNED | NO | NULL | |||
NextPageID | MEDIUMINT | UNSIGNED | NO | 0 | |||
VerifiedBuild | SMALLINT | SIGNED | YES | 1 |
字段说明
ID
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.
NextPageID
The ID of the next page's text entry.
VerifiedBuild
数据库/world数据库/page_text.txt · 最后更改: 2023/09/24 22:12 由 admin