Database Table: active_user_summary

From Dreamwidth Notes
Revision as of 06:58, 28 January 2010 by Exor674Bot (Talk | contribs)

Jump to: navigation, search

"{{{repo}}}" is not in the list of possible values (dw-free, dw-nonfree) for this property. This is a global table.

Definition

CREATE TABLE active_user_summary (
    YEAR      SMALLINT NOT NULL,
    MONTH     TINYINT NOT NULL,
    DAY       TINYINT NOT NULL,
    HOUR      TINYINT NOT NULL,
    clusterid TINYINT UNSIGNED NOT NULL,
    TYPE      CHAR(1) NOT NULL,
    COUNT     INT UNSIGNED NOT NULL DEFAULT 0,
 
    PRIMARY KEY (YEAR, MONTH, DAY, HOUR, clusterid, TYPE)
)

Relationships

Outgoing