Database Table: commenturls

From Dreamwidth Notes
Revision as of 22:13, 30 March 2009 by Dreamnestia (Talk | contribs)

Jump to: navigation, search

Definition

CREATE TABLE commenturls (
   posterid INT UNSIGNED NOT NULL,
   journalid INT UNSIGNED NOT NULL,
   jtalkid mediumint UNSIGNED NOT NULL,
   timecreate INT UNSIGNED NOT NULL,
   url VARCHAR(255) NOT NULL,
   INDEX (timecreate)
)

Relationships

Foreign key posterid to user.userid

Foreign key journalid to user.userid

Location

Global database