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

373 B

Table: appearances

Description:

Defines appearances table in the World database.

Columns:

  • id (int(10), PRIMARY KEY, AUTO_INCREMENT, NOT NULL)
  • appearance_id (int(10), NOT NULL)
  • name (varchar(250), NOT NULL)
  • min_client_version (int(10), NOT NULL, DEFAULT 0)

Primary Keys:

  • id

Indexes/Notes:

  • UNIQUE KEY AppIDX (appearance_id)