Difference between revisions of "Database Table: email"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'email =Definition= <source lang="sql"> CREATE TABLE email ( userid INT UNSIGNED NOT NULL PRIMARY KEY, email VARCHAR(50), INDEX (e...')
(No difference)

Revision as of 20:16, 21 March 2009

Definition

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

Relationships

Location

Global database