Gm command logTable: 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) unsigned |PRI | |auto_increment | |- | |account_id |int(10) unsigned | |0 | | |- | |gm |int(10) | |0 | | |- | |command |varchar(200) | |/none | | |- | |player |int(10) | |0 | | |- | |ex_time |datetime | | | | |}" |
(No difference)
|
Latest revision as of 12:10, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(10) unsigned | PRI | auto_increment | |||
account_id | int(10) unsigned | 0 | ||||
gm | int(10) | 0 | ||||
command | varchar(200) | /none | ||||
player | int(10) | 0 | ||||
ex_time | datetime |