Subversion Repositories Applications.referentiel

Rev

Rev 38 | Rev 51 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 38 Rev 45
Line 2... Line 2...
2
version = 2.1
2
version = 2.1
3
; Noms des champs
3
; Noms des champs
4
champs = "num_nom,num_nom_retenu,num_tax_sup,rang,nom_complet,nom_supra_generique,genre,epithete_infra_generique,epithete_sp,type_epithete,epithete_infra_sp,cultivar_groupe,cultivar,nom_commercial,auteur,annee,biblio_origine,notes,nom_addendum,homonyme,basionyme,synonyme_proparte,synonyme_douteux,synonyme_mal_applique,synonyme_orthographique,biblio_statut,hybride_parent_01,hybride_parent_01_notes,hybride_parent_02,hybride_parent_02_notes,nom_francais,presence,statut_origine,statut_introduction,statut_culture"
4
champs = "num_nom,num_nom_retenu,num_tax_sup,rang,nom_complet,nom_supra_generique,genre,epithete_infra_generique,epithete_sp,type_epithete,epithete_infra_sp,cultivar_groupe,cultivar,nom_commercial,auteur,annee,biblio_origine,notes,nom_addendum,homonyme,basionyme,synonyme_proparte,synonyme_douteux,synonyme_mal_applique,synonyme_orthographique,biblio_statut,hybride_parent_01,hybride_parent_01_notes,hybride_parent_02,hybride_parent_02_notes,nom_francais,presence,statut_origine,statut_introduction,statut_culture"
5
; Noms et types des champs
5
; Noms et types des champs
6
champs_type = "num_nom=INT,
6
champs_type = "num_nom=INT,
7
	num_nom_retenu=INT,
7
	num_nom_retenu=VARCHAR,
8
	num_tax_sup=INT,
8
	num_tax_sup=VARCHAR,
9
	rang=INT,
9
	rang=INT,
10
	nom_complet=VARCHAR,
10
	nom_complet=VARCHAR,
11
	nom_supra_generique=VARCHAR,
11
	nom_supra_generique=VARCHAR,
12
	genre=VARCHAR,
12
	genre=VARCHAR,
13
	epithete_infra_generique=VARCHAR,
13
	epithete_infra_generique=VARCHAR,
Line 16... Line 16...
16
	epithete_infra_sp=VARCHAR,
16
	epithete_infra_sp=VARCHAR,
17
	cultivar_groupe=VARCHAR,
17
	cultivar_groupe=VARCHAR,
18
	cultivar=VARCHAR,
18
	cultivar=VARCHAR,
19
	nom_commercial=VARCHAR,
19
	nom_commercial=VARCHAR,
20
	auteur=VARCHAR,
20
	auteur=VARCHAR,
21
	annee=INT,
21
	annee=VARCHAR,
22
	biblio_origine=VARCHAR,
22
	biblio_origine=VARCHAR,
23
	notes=TEXT,
23
	notes=TEXT,
24
	nom_addendum=VARCHAR,
24
	nom_addendum=VARCHAR,
25
	homonyme=INT,
25
	homonyme=VARCHAR,
26
	basionyme=INT,
26
	basionyme=VARCHAR,
27
	synonyme_proparte=VARCHAR,
27
	synonyme_proparte=VARCHAR,
28
	synonyme_douteux=BOOL,
28
	synonyme_douteux=VARCHAR,
29
	synonyme_mal_applique=BOOL,
29
	synonyme_mal_applique=VARCHAR,
30
	synonyme_orthographique=INT,
30
	synonyme_orthographique=VARCHAR,
31
	biblio_statut=TEXT,
31
	biblio_statut=TEXT,
32
	hybride_parent_01=INT,
32
	hybride_parent_01=VARCHAR,
33
	hybride_parent_01_notes=TEXT,
33
	hybride_parent_01_notes=TEXT,
34
	hybride_parent_02=INT,
34
	hybride_parent_02=VARCHAR,
35
	hybride_parent_02_notes=TEXT,
35
	hybride_parent_02_notes=TEXT,
36
	nom_francais=VARCHAR,
36
	nom_francais=VARCHAR,
37
	presence=VARCHAR,
37
	presence=VARCHAR,
38
	statut_origine=VARCHAR,
38
	statut_origine=VARCHAR,
39
	statut_introduction=VARCHAR,
39
	statut_introduction=VARCHAR,