14 lines
309 B
Markdown
14 lines
309 B
Markdown
## Table: `eq2gm`
|
|
|
|
**Description:**
|
|
|
|
Defines `eq2gm` table in the World database.
|
|
|
|
**Columns:**
|
|
- `id` (int(10), PRIMARY KEY, AUTO_INCREMENT, NOT NULL)
|
|
- `gm_title` (varchar(64), DEFAULT NULL)
|
|
- `gm_description` (varchar(255), DEFAULT NULL)
|
|
- `gm_status` (int(10), NOT NULL, DEFAULT 0)
|
|
|
|
**Primary Keys:**
|
|
- id |