<?xml version="1.0" encoding="utf-8" ?><sql><datatypes db="mysql">
	<group label="Numeric" color="rgb(238,238,170)">
		<type label="Integer" length="0" sql="INTEGER" re="INT" quote=""/>
		<type label="Decimal" length="1" sql="DECIMAL" re="DEC" quote=""/>
		<type label="Single precision" length="0" sql="FLOAT" quote=""/>
		<type label="Double precision" length="0" sql="DOUBLE" re="DOUBLE" quote=""/>
	</group>

	<group label="Character" color="rgb(255,200,200)">
		<type label="Char" length="1" sql="CHAR" quote="'"/>
		<type label="Varchar" length="1" sql="VARCHAR" quote="'"/>
		<type label="Text" length="0" sql="MEDIUMTEXT" re="TEXT" quote="'"/>
		<type label="Binary" length="1" sql="BINARY" quote="'"/>
		<type label="Varbinary" length="1" sql="VARBINARY" quote="'"/>
		<type label="BLOB" length="0" sql="BLOB" re="BLOB" quote="'"/>
	</group>

	<group label="Date &amp; Time" color="rgb(200,255,200)">
		<type label="Date" length="0" sql="DATE" quote="'"/>
		<type label="Time" length="0" sql="TIME" quote="'"/>
		<type label="Datetime" length="0" sql="DATETIME" quote="'"/>
		<type label="Year" length="0" sql="YEAR" quote=""/>
		<type label="Timestamp" length="0" sql="TIMESTAMP" quote="'"/>
	</group>
	
	<group label="Miscellaneous" color="rgb(200,200,255)">
		<type label="ENUM" length="1" sql="ENUM" quote=""/>
		<type label="SET" length="1" sql="SET" quote=""/>
	</group>
</datatypes><table x="46" y="9" name="GeMaTP_etablissement"><row name="id_etablissement" null="0" autoincrement="1"><datatype>INTEGER</datatype></row><row name="nom_etablissement" null="0" autoincrement="0"><datatype>VARCHAR(20)</datatype><default>'Col. Passamainty'</default></row><row name="adresse_etablissement" null="1" autoincrement="0"><datatype>VARCHAR(200)</datatype></row><row name="mail_etablissement" null="1" autoincrement="0"><datatype>VARCHAR(30)</datatype></row><row name="logo_etablissement" null="1" autoincrement="0"><datatype>VARCHAR(20)</datatype></row><key type="PRIMARY" name=""><part>id_etablissement</part></key></table><table x="712" y="18" name="GeMaTP_personnel"><row name="id_personnel" null="0" autoincrement="1"><datatype>INTEGER</datatype></row><row name="nom_personnel" null="0" autoincrement="0"><datatype>VARCHAR(20)</datatype></row><row name="prenom_personnel" null="1" autoincrement="0"><datatype>VARCHAR(20)</datatype></row><row name="login_personnel" null="0" autoincrement="0"><datatype>VARCHAR(20)</datatype></row><row name="passwd_personnel" null="0" autoincrement="0"><datatype>VARCHAR(20)</datatype></row><row name="photo_personnel" null="1" autoincrement="0"><datatype>VARCHAR(20)</datatype></row><row name="prof_ou_eleve" null="0" autoincrement="0"><datatype>CHAR(10)</datatype><default>'eleve'</default></row><key type="PRIMARY" name=""><part>id_personnel</part></key></table><table x="325" y="15" name="GeMaTP_classe"><row name="id_classe" null="0" autoincrement="1"><datatype>INTEGER</datatype></row><row name="nom_classe" null="0" autoincrement="0"><datatype>VARCHAR(20)</datatype></row><row name="section_classe" null="0" autoincrement="0"><datatype>VARCHAR(10)</datatype></row><row name="logo_classe" null="1" autoincrement="0"><datatype>VARCHAR(20)</datatype></row><row name="id_etablissement_GeMaTP_etablissement" null="0" autoincrement="0"><datatype>INTEGER</datatype><relation table="GeMaTP_etablissement" row="id_etablissement" /></row><key type="PRIMARY" name=""><part>id_classe</part></key></table><table x="376" y="183" name="GeMaTP_gestion_classe"><row name="id_classe_GeMaTP_classe" null="0" autoincrement="0"><datatype>INTEGER</datatype><relation table="GeMaTP_classe" row="id_classe" /></row><row name="id_personnel_GeMaTP_personnel" null="0" autoincrement="0"><datatype>INTEGER</datatype><relation table="GeMaTP_personnel" row="id_personnel" /></row><key type="PRIMARY" name=""><part>id_personnel_GeMaTP_personnel</part><part>id_classe_GeMaTP_classe</part></key></table><table x="690" y="246" name="GeMaTP_action_stock"><row name="id_action_stock" null="0" autoincrement="1"><datatype>INTEGER</datatype></row><row name="date_action_stock" null="0" autoincrement="0"><datatype>DATETIME</datatype></row><row name="commentaire_action_stock" null="1" autoincrement="0"><datatype>BLOB</datatype></row><row name="quantite_relevee" null="1" autoincrement="0"><datatype>INTEGER</datatype></row><row name="id_personnel_GeMaTP_personnel" null="0" autoincrement="0"><datatype>INTEGER</datatype><relation table="GeMaTP_personnel" row="id_personnel" /></row><row name="id_materiel_GeMaTP_materiel" null="0" autoincrement="0"><datatype>INTEGER</datatype><relation table="GeMaTP_materiel" row="id_materiel" /></row><key type="PRIMARY" name=""><part>id_action_stock</part></key></table><table x="29" y="184" name="GeMaTP_salle"><row name="id_salle" null="0" autoincrement="1"><datatype>INTEGER</datatype></row><row name="nom_salle" null="0" autoincrement="0"><datatype>VARCHAR(20)</datatype></row><row name="etage_salle" null="1" autoincrement="0"><datatype>INTEGER</datatype><default>1</default></row><row name="caracteristiques_salle" null="1" autoincrement="0"><datatype>VARCHAR(100)</datatype></row><row name="photo_salle" null="1" autoincrement="0"><datatype>VARCHAR(30)</datatype></row><row name="id_etablissement_GeMaTP_etablissement" null="0" autoincrement="0"><datatype>INTEGER</datatype><relation table="GeMaTP_etablissement" row="id_etablissement" /></row><key type="PRIMARY" name=""><part>id_salle</part></key></table><table x="87" y="367" name="GeMaTP_lieu_stock"><row name="id_lieu_stock" null="0" autoincrement="1"><datatype>INTEGER</datatype></row><row name="nom_lieu_stock" null="0" autoincrement="0"><datatype>VARCHAR(20)</datatype></row><row name="caracteristiques_lieu_stock" null="1" autoincrement="0"><datatype>VARCHAR(100)</datatype></row><row name="photo_lieu_stock" null="1" autoincrement="0"><datatype>VARCHAR(30)</datatype></row><row name="id_salle_GeMaTP_salle" null="0" autoincrement="0"><datatype>INTEGER</datatype><relation table="GeMaTP_salle" row="id_salle" /></row><key type="PRIMARY" name=""><part>id_lieu_stock</part></key></table><table x="379" y="298" name="GeMaTP_materiel"><row name="id_materiel" null="0" autoincrement="1"><datatype>INTEGER</datatype></row><row name="nom_materiel" null="0" autoincrement="0"><datatype>VARCHAR(30)</datatype></row><row name="quantite_normale_materiel" null="1" autoincrement="0"><datatype>INTEGER</datatype><default>1</default></row><row name="remarque_materiel" null="1" autoincrement="0"><datatype>VARCHAR(200)</datatype></row><row name="illustration_materiel" null="1" autoincrement="0"><datatype>VARCHAR(50)</datatype></row><row name="id_lieu_stock_GeMaTP_lieu_stock" null="0" autoincrement="0"><datatype>INTEGER</datatype><relation table="GeMaTP_lieu_stock" row="id_lieu_stock" /></row><key type="PRIMARY" name=""><part>id_materiel</part></key></table><table x="692" y="427" name="GeMaTP_documentation"><row name="id_documentation" null="0" autoincrement="1"><datatype>INTEGER</datatype></row><row name="nom_documentation" null="1" autoincrement="0"><datatype>VARCHAR(20)</datatype></row><row name="description_documentation" null="1" autoincrement="0"><datatype>VARCHAR(200)</datatype></row><row name="adresse_documentation" null="0" autoincrement="0"><datatype>VARCHAR(30)</datatype></row><row name="id_materiel_GeMaTP_materiel" null="0" autoincrement="0"><datatype>INTEGER</datatype><relation table="GeMaTP_materiel" row="id_materiel" /></row><key type="PRIMARY" name=""><part>id_documentation</part></key></table></sql>
