## 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)