Database Table: pendcomments

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

Jump to: navigation, search

Definition

CREATE TABLE pendcomments (
  jid INT(10) UNSIGNED NOT NULL,
  pendcid INT(10) UNSIGNED NOT NULL,
  DATA BLOB NOT NULL,
  datesubmit INT(10) UNSIGNED NOT NULL,
  PRIMARY KEY (pendcid, jid),
  KEY (datesubmit)
)

Relationships