Difference between revisions of "Database Table: vgift tagpriv"

From Dreamwidth Notes
Jump to: navigation, search
m (Create page for new table vgift_tagpriv)
 
(No difference)

Latest revision as of 17:22, 29 October 2010

This is a global table.

Definition

CREATE TABLE vgift_tagpriv (
    tagid      INT UNSIGNED NOT NULL,
    prlid      SMALLINT UNSIGNED NOT NULL,
    arg        VARCHAR(40),
 
    PRIMARY KEY (tagid, prlid, arg),
    INDEX (tagid)
)

Relationships