1
0
EQ2Emu/docs/database/world/item_details_book_pages.md
2025-05-04 14:34:15 -04:00

490 B

Table: item_details_book_pages

Description:

Defines item_details_book_pages table in the World database.

Columns:

  • id (int(10), PRIMARY KEY, AUTO_INCREMENT, NOT NULL)
  • item_id (int(10), NOT NULL, DEFAULT 0)
  • page (tinyint(3), NOT NULL, DEFAULT 0)
  • page_text (text, NOT NULL)
  • page_text_valign (tinyint(3), NOT NULL, DEFAULT 0)
  • page_text_halign (tinyint(3), NOT NULL, DEFAULT 0)

Primary Keys:

  • id

Indexes/Notes:

  • KEY ItemBookIDX (item_id)