Difference between revisions of "Database Table: import status"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with '{{Database Table|name=import_status|table type=global}} Category:Database Tables Needing Description = Definition = <source lang="sql"> CREATE TABLE import_status ( useri…')
(No difference)

Revision as of 12:36, 27 January 2010

"{{{repo}}}" is not in the list of possible values (dw-free, dw-nonfree) for this property. This is a global 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