########### # 30/11/12 ########### # materiel : categorie_id et sur_categorie_id (domaine) optionnels ALTER TABLE `materiels` CHANGE `sur_categorie_id` `sur_categorie_id` INT( 11 ) NULL DEFAULT NULL; ALTER TABLE `materiels` CHANGE `categorie_id` `categorie_id` INT( 11 ) NULL DEFAULT NULL;