Difference between revisions of "Database Table: pendcomments"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'pendcomments =Definition= <source lang="sql"> CREATE TABLE pendcomments ( jid int(10) unsigned NOT NULL, pendcid int(10) unsigned NOT NULL, dat...')
(No difference)

Revision as of 17:37, 22 March 2009

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

Location

Clustered database