Difference between revisions of "Database Table: s2categories"

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

Revision as of 17:21, 29 October 2010

This is a global table.

Definition

CREATE TABLE s2categories (
    s2lid INT UNSIGNED NOT NULL,
    kwid INT(10) UNSIGNED NOT NULL,
    active TINYINT(1) UNSIGNED NOT NULL DEFAULT 1, 
 
    PRIMARY KEY (s2lid, kwid)    
)

Relationships