Database Table: incoming email handle
From Dreamwidth Notes
Revision as of 23:55, 21 March 2009 by SlowSculpture (Talk | contribs)
Definition
CREATE TABLE incoming_email_handle ( ieid INT UNSIGNED NOT NULL AUTO_INCREMENT, timerecv INT UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (ieid) )