Database Table: secrets

From Dreamwidth Notes
Jump to: navigation, search

This is a global table.

Definition

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

Relationships