Database Table: incoming email handle

From Dreamwidth Notes
Revision as of 13:15, 2 October 2009 by Exor674Bot (Talk | contribs)

Jump to: navigation, search

Definition

CREATE TABLE incoming_email_handle (
  ieid     INT UNSIGNED NOT NULL AUTO_INCREMENT,
  timerecv INT UNSIGNED NOT NULL DEFAULT '0',
  PRIMARY KEY  (ieid)
)

Relationships