Difference between revisions of "Database Table: gco map"
From Dreamwidth Notes
Exor674Bot (Talk | contribs) (Create page for new tabel gco_map) |
Exor674Bot (Talk | contribs) (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) )