CREATE TABLE gay_2007 ( clef INT(10) UNSIGNED ZEROFILL AUTO_INCREMENT, clef_fiche INT(10) UNSIGNED ZEROFILL, fiche_originale VARCHAR(3) DEFAULT NULL, code_ecoutant VARCHAR(5) DEFAULT NULL, pole VARCHAR(20) DEFAULT NULL, date DATE DEFAULT NULL, heure TIME DEFAULT '00:00:00', frequentation_ligne INT(1) DEFAULT NULL, modes_connaissance INT(2) DEFAULT NULL, departement_appel INT(3) DEFAULT NULL, age_appelant INT(2) DEFAULT NULL, sexualite_appelant INT(1) DEFAULT NULL, niveau_etude INT(1) DEFAULT NULL, habitudes VARCHAR(255) DEFAULT NULL, se_presente_comme INT(1) DEFAULT NULL, relation_femme INT(1) DEFAULT NULL, nombre_partenaires INT(1) DEFAULT NULL, penetration_anale INT(1) DEFAULT NULL, partenaires VARCHAR(255) DEFAULT NULL, statut_appelant INT(1) DEFAULT NULL, nombre_depistages INT(2) DEFAULT NULL, propos_clefs TEXT DEFAULT NULL, commentaires TEXT DEFAULT NULL, PRIMARY KEY(clef) ) TYPE=MyISAM