Database Table: secrets

From Dreamwidth Notes
Revision as of 10:24, 4 April 2009 by Dreamnestia (Talk | contribs)

Jump to: navigation, search

Definition

CREATE TABLE secrets  (
    stime   INT UNSIGNED NOT NULL,
    secret  CHAR(32) NOT NULL,
    PRIMARY KEY (stime)
)

Relationships

Location

Global database