Difference between revisions of "Database Table: userbio"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'userbio =Definition= <source lang="sql"> CREATE TABLE userbio ( userid int(10) unsigned NOT NULL default '0', bio text, PRIMARY KEY (userid) )...')
(No difference)

Revision as of 18:14, 22 March 2009

Definition

CREATE TABLE userbio (
  userid INT(10) UNSIGNED NOT NULL DEFAULT '0',
  bio text,
  PRIMARY KEY  (userid)
)

Relationships

Location

Clustered database