====== page_text 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] 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|ID]]|MEDIUMINT|UNSIGNED|PRI|NO|0| | | |[[#Text|Text]]|longtext|SIGNED| |NO|NULL| | | |[[#NextPageID|NextPageID]]|MEDIUMINT|UNSIGNED| |NO|0| | | |[[#VerifiedBuild|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 ====