Difference between revisions of "Database Table: gco log"
From Dreamwidth Notes
Exor674Bot (Talk | contribs) (Create page for new tabel gco_log) |
Exor674Bot (Talk | contribs) (Robot: Updating: Format) |
||
Line 1: | Line 1: | ||
− | {{Database Table|name=gco_log|table type=global|need desc=1}} | + | {{Database Table|name=gco_log|table type=global|need desc=1|repo=dw-free}} |
= Definition = | = Definition = | ||
<source lang="sql"> | <source lang="sql"> |
Latest revision as of 16:03, 22 July 2010
This is a global table.
Definition
CREATE TABLE gco_log ( gcoid BIGINT UNSIGNED NOT NULL, ip VARCHAR(15) NOT NULL, transtime INT UNSIGNED NOT NULL, req_content text NOT NULL, INDEX (gcoid) )