Gm eventsTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Grimston (talk | contribs)
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 | | |}"
 
Grimston (talk | contribs)
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
|
|
|-
|ADD
|date_created
|timestamp
|
|CURRENT_TIMESTAMP
|
|
|  
|  
|}
|}

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