Database Table: persistent queue
From Dreamwidth Notes
Revision as of 18:45, 2 October 2009 by Exor674Bot (Talk | contribs)
Definition
CREATE TABLE persistent_queue ( qkey VARCHAR(255) NOT NULL, idx INTEGER UNSIGNED NOT NULL, VALUE BLOB, PRIMARY KEY (qkey, idx) )