Database Table: externalaccount

From Dreamwidth Notes
Jump to: navigation, search

This is a clustered table.

Definition

CREATE TABLE externalaccount (
    userid INT UNSIGNED NOT NULL,
    acctid INT UNSIGNED NOT NULL,
    username VARCHAR(64) NOT NULL,
    password VARCHAR(64),
    siteid INT UNSIGNED,
    servicename VARCHAR(128),
    servicetype VARCHAR(32),
    serviceurl VARCHAR(128),
    xpostbydefault enum('1','0') NOT NULL DEFAULT '0',
    recordlink enum('1','0') NOT NULL DEFAULT '0',
    options BLOB,
    PRIMARY KEY (userid, acctid),
    INDEX (userid)
)

Relationships

Personal tools
Namespaces

Variants
Actions
Important Info
Wiki Navigation
Main Categories
Toolbox
Other Places