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

15 lines
498 B
Markdown

## Table: `character_house_deposits`
**Description:**
Defines `character_house_deposits` 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 '')
- `amount` (bigint(20), NOT NULL, DEFAULT 0)
- `last_amount` (bigint(20), NOT NULL, DEFAULT 0)
- `status` (int(10), NOT NULL, DEFAULT 0)
- `last_status` (int(10), NOT NULL, DEFAULT 0)