Gm eventsTable: Difference between revisions
Jump to navigation
Jump to search
Created page with " {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(10) |PRI |0 | | |- | |name |varchar(40) | | | | |- | |description |blob | | | | |- | |status |int(11) | |0 | | |- | |gm_id |int(10) | |0 | | |- |ADD |date_created |timestamp | |CURRENT_TIMESTAMP | | |}" |
(No difference)
|
Revision as of 12:10, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(10) | PRI | 0 | |||
name | varchar(40) | |||||
description | blob | |||||
status | int(11) | 0 | ||||
gm_id | int(10) | 0 | ||||
ADD | date_created | timestamp | CURRENT_TIMESTAMP |