<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.compsci.ca/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.compsci.ca/index.php?action=history&amp;feed=atom&amp;title=Dwite_schools</id>
		<title>Dwite schools - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.compsci.ca/index.php?action=history&amp;feed=atom&amp;title=Dwite_schools"/>
		<link rel="alternate" type="text/html" href="http://wiki.compsci.ca/index.php?title=Dwite_schools&amp;action=history"/>
		<updated>2026-05-14T17:57:41Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://wiki.compsci.ca/index.php?title=Dwite_schools&amp;diff=2972&amp;oldid=prev</id>
		<title>Hacker Dan at 11:24, 14 May 2006</title>
		<link rel="alternate" type="text/html" href="http://wiki.compsci.ca/index.php?title=Dwite_schools&amp;diff=2972&amp;oldid=prev"/>
				<updated>2006-05-14T11:24:13Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Structure==&lt;br /&gt;
* '''id''' - int(11), key, auto_increment&lt;br /&gt;
* '''name''' - varchar(255)&lt;br /&gt;
* '''address''' - varchar(255)&lt;br /&gt;
* '''province_id''' - int(11)&lt;br /&gt;
* '''city''' - varchar(255)&lt;br /&gt;
* '''postal_code''' - varchar(10)&lt;br /&gt;
* '''country_id''' - int(11)&lt;br /&gt;
* '''about''' - text&lt;br /&gt;
* '''user_id''' - int(11)&lt;br /&gt;
&lt;br /&gt;
===id===&lt;br /&gt;
The key id.&lt;br /&gt;
&lt;br /&gt;
===name===&lt;br /&gt;
The name of the school.&lt;br /&gt;
&lt;br /&gt;
===address===&lt;br /&gt;
The address of the school.&lt;br /&gt;
&lt;br /&gt;
===provicne_id===&lt;br /&gt;
The id coseponding to the provicne the school is in. See the [[dwite_provinces|provinces]] table.&lt;br /&gt;
&lt;br /&gt;
===city===&lt;br /&gt;
The city the school is in.&lt;br /&gt;
&lt;br /&gt;
===postal_code===&lt;br /&gt;
The postal code of the school. Code should be added during registation to check if the postal code is vaild, it is curently not checked.&lt;br /&gt;
&lt;br /&gt;
===country_id===&lt;br /&gt;
The country id corsponding to the country the school is in. See the [[dwite_countries|countries]] table.&lt;br /&gt;
&lt;br /&gt;
===about===&lt;br /&gt;
Some info for the about page for the school. HTML is striped out of this text threw the view.&lt;br /&gt;
&lt;br /&gt;
===user_id===&lt;br /&gt;
This is the id of the user who registered the school. In theroy this should also be the user who is supervsing the teams registered under this school. See the [[dwite_users|users]] table.&lt;br /&gt;
&lt;br /&gt;
==Used By==&lt;br /&gt;
This tables id is used by [[dwite_teams|teams]].&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
* We code do some cool stuff with the postal codes of all the schools like plot them on a map and other fun stuff. So postal code valdiation could be a good idea.&lt;br /&gt;
* Most likey we will be adding a few coloumns to this table.&lt;br /&gt;
* I guse the user_id coloumn is kind of oddly named as it is not very descriptive, tho it saved a few secods of coding ;)&lt;/div&gt;</summary>
		<author><name>Hacker Dan</name></author>	</entry>

	</feed>