This is a global table.
CREATE TABLE secrets ( stime INT UNSIGNED NOT NULL, secret CHAR(32) NOT NULL, PRIMARY KEY (stime) )