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

493 B

Table: character_house_history

Description:

Defines character_house_history table in the World database.

Columns:

  • timestamp (int(10), NOT NULL, DEFAULT 0)
  • house_id (int(10), NOT NULL, DEFAULT 0)
  • instance_id (int(10), NOT NULL, DEFAULT 0)
  • name (varchar(64), NOT NULL, DEFAULT '')
  • reason (varchar(64), NOT NULL, DEFAULT '')
  • amount (bigint(20), NOT NULL, DEFAULT 0)
  • status (int(10), NOT NULL, DEFAULT 0)
  • pos_flag (tinyint(1), NOT NULL, DEFAULT 0)