Difference between revisions of "Database Table: commenturls"

From Dreamwidth Notes
Jump to: navigation, search
Line 14: Line 14:
 
= Relationships =
 
= Relationships =
  
Foreign key posterid to [[Database Tables: user|user]].userid
+
Foreign key posterid to [[Database Table: user|user]].userid
  
Foreign key journalid to [[Database Tables: user|user]].userid
+
Foreign key journalid to [[Database Table: user|user]].userid
  
 
= Location =
 
= Location =

Revision as of 22:21, 30 March 2009

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