Difference between revisions of "Database Table: gco log"

From Dreamwidth Notes
Jump to: navigation, search
(Create page for new tabel gco_log)
(No difference)

Revision as of 01:47, 3 February 2010

"{{{repo}}}" is not in the list of possible values (dw-free, dw-nonfree) for this property. 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)
)

Relationships