Difference between revisions of "Database Table: import status"

From Dreamwidth Notes
Jump to: navigation, search
(Robot: Updating: Format)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Database Table|name=import_status|table type=clustered}}
+
{{Database Table|name=import_status|table type=clustered|need desc=1|repo=dw-free}}
[[Category:Database Tables Needing Description]]
+
 
= Definition =
 
= Definition =
 
<source lang="sql">
 
<source lang="sql">

Latest revision as of 15:55, 22 July 2010

This is a clustered table.

Definition

CREATE TABLE import_status (
    userid INT UNSIGNED NOT NULL,
    import_status_id INT UNSIGNED NOT NULL,
    STATUS BLOB,
 
    PRIMARY KEY (userid, import_status_id)
)

Relationships