Difference between revisions of "Database Table: schools attended"

From Dreamwidth Notes
Jump to: navigation, search
m (Robot: This table needs a description.)
Line 1: Line 1:
{{Database Table|name=schools_attended|table type=global}}
+
{{Database Table|name=schools_attended|table type=global|removed=1}}
 
[[Category:Database Tables Needing Description]]
 
[[Category:Database Tables Needing Description]]
 
= Definition =
 
= Definition =

Revision as of 04:02, 30 January 2010

Note: This table is removed and no longer used.
This is a global table.

Definition

CREATE TABLE `schools_attended` (
  `schoolid` INT(10) UNSIGNED NOT NULL DEFAULT '0',
  `userid` INT(10) UNSIGNED NOT NULL DEFAULT '0',
  `year_start` SMALLINT(5) UNSIGNED DEFAULT NULL,
  `year_end` SMALLINT(5) UNSIGNED DEFAULT NULL,
  PRIMARY KEY  (`schoolid`,`userid`)
)

Relationships