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

18 lines
430 B
Markdown

## Table: `ls_character_picture`
**Description:**
Defines `ls_character_picture` table in the Login database.
**Columns:**
- `id` (int(10), PRIMARY KEY, AUTO_INCREMENT, NOT NULL)
- `server_id` (int(10), NOT NULL)
- `account_id` (int(10), NOT NULL)
- `character_id` (int(10), NOT NULL)
- `picture` (text, NOT NULL)
**Primary Keys:**
- id
**Indexes/Notes:**
- UNIQUE KEY `character_id` (`character_id`,`server_id`,`account_id`)