Difference between revisions of "Database Table: logprop2"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'logprop2 =Definition= <source lang="sql"> CREATE TABLE logprop2 ( journalid INT UNSIGNED NOT NULL, jitemid MEDIUMINT UNSIGNED NOT NULL, propid...')
(No difference)

Revision as of 17:19, 22 March 2009

Definition

CREATE TABLE logprop2 (
  journalid  INT UNSIGNED NOT NULL,
  jitemid MEDIUMINT UNSIGNED NOT NULL,
  propid TINYINT UNSIGNED NOT NULL,
  VALUE VARCHAR(255) DEFAULT NULL,
  PRIMARY KEY (journalid,jitemid,propid)
)

Relationships

Location

Clustered database