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

18 lines
393 B
Markdown

## Table: `bug_notes`
**Description:**
Defines `bug_notes` table in the Login database.
**Columns:**
- `id` (int(10), PRIMARY KEY, AUTO_INCREMENT, NOT NULL)
- `bug_id` (int(10), NOT NULL, DEFAULT 0)
- `note` (text, DEFAULT NULL)
- `author` (varchar(64), NOT NULL, DEFAULT '')
- `note_date` (int(10), NOT NULL, DEFAULT 0)
**Primary Keys:**
- id
**Indexes/Notes:**
- KEY `BugIDX` (`bug_id`)