Difference between revisions of "Database Table: password"

From Dreamwidth Notes
Jump to: navigation, search
m (Robot: Changing Category:Database Tables)
Line 16: Line 16:
 
[[Global database]]
 
[[Global database]]
  
[[Category: Database Tables|password]]
+
[[Category:Database Tables Needing Conversion|password]]

Revision as of 14:04, 2 October 2009

Definition

CREATE TABLE password (
   userid    INT UNSIGNED NOT NULL PRIMARY KEY,
   password  VARCHAR(50)
)

Relationships

Foreign key userid to user.userid

Location

Global database