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 | | |}" |
mNo edit summary |
||
Line 1: | Line 1: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
Line 18: | Line 16: | ||
| | | | ||
| | | | ||
|- | |||
|DIF | |||
|date_created | |||
|timestamp | |||
| | |||
|CURRENT_TIMESTAMP | |||
| | |||
| Nullable used to be 'YES' in PSLegacy. | |||
|- | |- | ||
| | | | ||
Line 48: | Line 54: | ||
| | | | ||
|0 | |0 | ||
| | | | ||
| | | | ||
|} | |} |
Latest revision as of 14:36, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(10) | PRI | 0 | |||
DIF | date_created | timestamp | CURRENT_TIMESTAMP | Nullable used to be 'YES' in PSLegacy. | ||
name | varchar(40) | |||||
description | blob | |||||
status | int(11) | 0 | ||||
gm_id | int(10) | 0 |