Difference between revisions of "Database Table: gco map"

From Dreamwidth Notes
Jump to: navigation, search
(Create page for new tabel gco_map)
 
(Robot: Updating: Format)
 
Line 1: Line 1:
{{Database Table|name=gco_map|table type=global|need desc=1}}
+
{{Database Table|name=gco_map|table type=global|need desc=1|repo=dw-free}}
 
= Definition =
 
= Definition =
 
<source lang="sql">
 
<source lang="sql">

Latest revision as of 15:54, 22 July 2010

This is a global table.

Definition

CREATE TABLE gco_map (
    gcoid BIGINT UNSIGNED NOT NULL,
    cartid INT UNSIGNED NOT NULL,
 
    email VARCHAR(255),
    contactname VARCHAR(255),
 
    INDEX (gcoid),
    UNIQUE (cartid)
)

Relationships