Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 9 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 102
1
-- phpMyAdmin SQL Dump
-
 
2
-- version 3.3.9
-
 
3
-- http://www.phpmyadmin.net
-
 
4
--
1
--
5
-- Serveur: localhost
2
-- Structure de la table `coste_meta`
-
 
3
--
-
 
4
CREATE TABLE IF NOT EXISTS `coste_meta` (
-
 
5
  `guid` varchar(255) NOT NULL DEFAULT '',
6
-- Généré le : Mer 21 Septembre 2011 à 14:20
6
  `langue_meta` varchar(2) NOT NULL DEFAULT '',
-
 
7
  `code` varchar(20) DEFAULT NULL,
7
-- Version du serveur: 5.5.8
8
  `version` varchar(20) DEFAULT NULL,
-
 
9
  `titre` varchar(255) DEFAULT NULL,
-
 
10
  `description` text,
-
 
11
  `mots_cles` varchar(510) DEFAULT NULL,
-
 
12
  `citation` varchar(255) DEFAULT NULL,
-
 
13
  `url_tech` varchar(510) DEFAULT NULL,
-
 
14
  `url_projet` varchar(510) DEFAULT NULL,
-
 
15
  `source` text,
-
 
16
  `createurs` text,
8
-- Version de PHP: 5.3.5
17
  `editeur` text,
9
 
-
 
-
 
18
  `contributeurs` text,
-
 
19
  `droits` text,
-
 
20
  `url_droits` varchar(510) DEFAULT NULL,
-
 
21
  `langue` varchar(255) DEFAULT NULL,
-
 
22
  `date_creation` varchar(30) DEFAULT NULL,
-
 
23
  `date_validite` varchar(255) DEFAULT NULL,
-
 
24
  `couverture_spatiale` varchar(510) DEFAULT NULL,
-
 
25
  `couverture_temporelle` varchar(510) DEFAULT NULL,
-
 
26
  `web_services` varchar(510) CHARACTER SET utf8 NOT NULL,
-
 
27
  PRIMARY KEY (`guid`,`langue_meta`)
10
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
28
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
11
 
29
 
12
--
30
--
13
-- Base de données: `coste`
31
--Données de la table coste_meta
14
--
32
--
15
 
33
INSERT INTO `coste_meta` (`guid`, `langue_meta`, `code`, `version`, `titre`, `description`, `mots_cles`, `citation`, `url_tech`, `url_projet`, `source`, `createurs`, `editeur`, `contributeurs`, `droits`, `url_droits`, `langue`, `date_creation`, `date_validite`, `couverture_spatiale`, `couverture_temporelle`, `web_services`) VALUES
16
-- --------------------------------------------------------
34
('urn:lsid:tela-botanica.org:coste:0.1', 'fr', 'coste', '0.1', 'Flore descriptive et illustrée de la France par L''abbé H. COSTE', 'Au 07 février 2011, les documents réunis dans le cadre de le projet de numérisation de la flore de Coste sont :\r\n - l''ensemble des images au format PNG et JPEG des 4354 taxons (Christophe BONNET, Frédéric LEGENS et Jean ZISSLER)\r\n - l''ensemble des descriptions au format HTML et RTF des 4354 taxons (Jean ZISSLER)\r\n - l''ensemble des clés (avec reprise des images et descriptions) du tome 01 au format DOC (Daniel LE QUÉRÉ).\r\n\r\nLe travail restant à réaliser est le suivant :\r\n - compléter la famille des Papilionacées du tome 01\r\n - numériser les descriptions et clés des familles et genres du tome 02\r\n - numériser les descriptions et clés des familles et genres du tome 03\r\n\r\nPour la numérisation des tome 2 et 3, l''idée est de compléter les documents manquant en utilisant ce wiki. Le tome 03 est disponible en PDF image avec OCR sur le site biodiversitylibrary.org.', 'index, flore, image, description, clé', NULL, 'http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=IntegrationCoste', 'http://www.tela-botanica.org/wikini/florecoste/', NULL, 'p.prenom=Jean-Pascal,p.nom=MILCENT,p.courriel=jpm@tela-botanica.org', 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.or,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données', NULL, NULL, NULL, 'fr', '2011-06-10', '', 'iso-3166-1.id=FX', NULL, 'metaDonnees:0.1;noms:0.1;taxons:0.1;Textes:0.1;Images:0.1');
17
 
35
 
18
--
36
--
19
-- Structure de la table `coste_acls`
37
-- Structure de la table `coste_acls`
20
--
38
--
21
 
-
 
22
CREATE TABLE IF NOT EXISTS `coste_acls` (
39
CREATE TABLE IF NOT EXISTS `coste_acls` (
23
  `page_tag` varchar(50) NOT NULL DEFAULT '',
40
  `page_tag` varchar(50) NOT NULL DEFAULT '',
24
  `privilege` varchar(20) NOT NULL DEFAULT '',
41
  `privilege` varchar(20) NOT NULL DEFAULT '',
25
  `list` text NOT NULL,
42
  `list` text NOT NULL,
26
  PRIMARY KEY (`page_tag`,`privilege`)
43
  PRIMARY KEY (`page_tag`,`privilege`)
27
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
44
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
28
 
-
 
29
-- --------------------------------------------------------
-
 
30
 
45
 
31
--
46
--
32
-- Structure de la table `coste_correspondance_bdnff`
47
-- Structure de la table `coste_correspondance_bdnff`
33
--
48
--
34
 
-
 
35
CREATE TABLE IF NOT EXISTS `coste_correspondance_bdnff` (
49
CREATE TABLE IF NOT EXISTS `coste_correspondance_bdnff` (
36
  `id` varchar(10) NOT NULL,
50
  `id` varchar(10) NOT NULL,
37
  `num_nom` varchar(11) DEFAULT NULL,
51
  `num_nom` varchar(11) DEFAULT NULL,
38
  `num_tax` varchar(11) DEFAULT NULL,
52
  `num_tax` varchar(11) DEFAULT NULL,
39
  `famille` varchar(75) DEFAULT NULL,
53
  `famille` varchar(75) DEFAULT NULL,
40
  `nom_sci` varchar(100) DEFAULT NULL,
54
  `nom_sci` varchar(100) DEFAULT NULL,
41
  PRIMARY KEY (`id`),
55
  PRIMARY KEY (`id`),
42
  KEY `nom_sci` (`nom_sci`),
56
  KEY `nom_sci` (`nom_sci`),
43
  KEY `num_nom` (`num_nom`)
57
  KEY `num_nom` (`num_nom`)
44
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
58
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
45
 
-
 
46
-- --------------------------------------------------------
-
 
47
 
59
 
48
--
60
--
49
-- Structure de la table `coste_images_auteur_correspondance_bdnff`
61
-- Structure de la table `coste_images_auteur_correspondance_bdnff`
50
--
62
--
51
 
-
 
52
CREATE TABLE IF NOT EXISTS `coste_images_auteur_correspondance_bdnff` (
63
CREATE TABLE IF NOT EXISTS `coste_images_auteur_correspondance_bdnff` (
53
  `id_image` varchar(8) DEFAULT NULL,
64
  `id_image` varchar(8) DEFAULT NULL,
54
  `num_nom` int(5) DEFAULT NULL,
65
  `num_nom` int(5) DEFAULT NULL,
55
  `num_taxonomique` int(5) DEFAULT NULL,
66
  `num_taxonomique` int(5) DEFAULT NULL,
56
  `nom_sci` varchar(73) DEFAULT NULL,
67
  `nom_sci` varchar(73) DEFAULT NULL,
57
  `auteur` varchar(12) DEFAULT NULL
68
  `auteur` varchar(12) DEFAULT NULL
58
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
69
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
59
 
-
 
60
-- --------------------------------------------------------
-
 
61
 
70
 
62
--
71
--
63
-- Structure de la table `coste_index`
72
-- Structure de la table `coste_index`
64
--
73
--
65
 
-
 
66
CREATE TABLE IF NOT EXISTS `coste_index` (
74
CREATE TABLE IF NOT EXISTS `coste_index` (
67
  `num_nom` int(11) NOT NULL,
75
  `num_nom` int(11) NOT NULL,
68
  `nom_sci` varchar(100) NOT NULL,
76
  `nom_sci` varchar(100) NOT NULL,
69
  PRIMARY KEY (`num_nom`),
77
  PRIMARY KEY (`num_nom`),
70
  KEY `nom_sci` (`nom_sci`)
78
  KEY `nom_sci` (`nom_sci`)
71
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
79
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
72
 
-
 
73
-- --------------------------------------------------------
-
 
74
 
80
 
75
--
81
--
76
-- Structure de la table `coste_index_general`
82
-- Structure de la table `coste_index_general`
77
--
83
--
78
 
-
 
79
CREATE TABLE IF NOT EXISTS `coste_index_general` (
84
CREATE TABLE IF NOT EXISTS `coste_index_general` (
80
  `nom_sci` varchar(16) DEFAULT NULL,
85
  `nom_sci` varchar(16) DEFAULT NULL,
81
  `rang` int(3) DEFAULT NULL,
86
  `rang` int(3) DEFAULT NULL,
82
  `nom_coste` varchar(16) DEFAULT NULL,
87
  `nom_coste` varchar(16) DEFAULT NULL,
83
  `num_nom_coste` varchar(4) DEFAULT NULL,
88
  `num_nom_coste` varchar(4) DEFAULT NULL,
84
  `num_tax_sup_coste` varchar(4) DEFAULT NULL,
89
  `num_tax_sup_coste` varchar(4) DEFAULT NULL,
85
  `tome` int(1) DEFAULT NULL,
90
  `tome` int(1) DEFAULT NULL,
86
  `page` int(4) DEFAULT NULL
91
  `page` int(4) DEFAULT NULL
87
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
92
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
88
 
-
 
89
-- --------------------------------------------------------
-
 
90
 
93
 
91
--
94
--
92
-- Structure de la table `coste_links`
95
-- Structure de la table `coste_links`
93
--
96
--
94
 
-
 
95
CREATE TABLE IF NOT EXISTS `coste_links` (
97
CREATE TABLE IF NOT EXISTS `coste_links` (
96
  `from_tag` char(50) NOT NULL DEFAULT '',
98
  `from_tag` char(50) NOT NULL DEFAULT '',
97
  `to_tag` char(50) NOT NULL DEFAULT '',
99
  `to_tag` char(50) NOT NULL DEFAULT '',
98
  UNIQUE KEY `from_tag` (`from_tag`,`to_tag`),
100
  UNIQUE KEY `from_tag` (`from_tag`,`to_tag`),
99
  KEY `idx_from` (`from_tag`),
101
  KEY `idx_from` (`from_tag`),
100
  KEY `idx_to` (`to_tag`)
102
  KEY `idx_to` (`to_tag`)
101
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
103
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
102
 
-
 
103
-- --------------------------------------------------------
-
 
104
 
-
 
105
--
-
 
106
-- Structure de la table `coste_meta`
-
 
107
--
-
 
108
 
-
 
109
CREATE TABLE IF NOT EXISTS `coste_meta` (
-
 
110
  `guid` varchar(255) NOT NULL DEFAULT '',
-
 
111
  `langue_meta` varchar(2) NOT NULL DEFAULT '',
-
 
112
  `code` varchar(20) DEFAULT NULL,
-
 
113
  `version` varchar(20) DEFAULT NULL,
-
 
114
  `titre` varchar(255) DEFAULT NULL,
-
 
115
  `description` text,
-
 
116
  `mots_cles` varchar(510) DEFAULT NULL,
-
 
117
  `citation` varchar(255) DEFAULT NULL,
-
 
118
  `url_tech` varchar(510) DEFAULT NULL,
-
 
119
  `url_projet` varchar(510) DEFAULT NULL,
-
 
120
  `source` text,
-
 
121
  `createurs` text,
-
 
122
  `editeur` text,
-
 
123
  `contributeurs` text,
-
 
124
  `droits` text,
-
 
125
  `url_droits` varchar(510) DEFAULT NULL,
-
 
126
  `langue` varchar(255) DEFAULT NULL,
-
 
127
  `date_creation` varchar(30) DEFAULT NULL,
-
 
128
  `date_validite` varchar(255) DEFAULT NULL,
-
 
129
  `couverture_spatiale` varchar(510) DEFAULT NULL,
-
 
130
  `couverture_temporelle` varchar(510) DEFAULT NULL,
-
 
131
  `web_services` varchar(510) CHARACTER SET utf8 NOT NULL,
-
 
132
  PRIMARY KEY (`guid`,`langue_meta`)
-
 
133
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-
 
134
 
-
 
135
--
-
 
136
--Données de la table coste_meta
-
 
137
--
-
 
138
 
-
 
139
INSERT INTO `coste_meta` (`guid`, `langue_meta`, `code`, `version`, `titre`, `description`, `mots_cles`, `citation`, `url_tech`, `url_projet`, `source`, `createurs`, `editeur`, `contributeurs`, `droits`, `url_droits`, `langue`, `date_creation`, `date_validite`, `couverture_spatiale`, `couverture_temporelle`, `web_services`) VALUES
-
 
140
('urn:lsid:tela-botanica.org:coste:0.1', 'fr', 'coste', '0.1', 'Flore descriptive et illustrée de la France par L''abbé H. COSTE', 'Au 07 février 2011, les documents réunis dans le cadre de le projet de numérisation de la flore de Coste sont :\r\n - l''ensemble des images au format PNG et JPEG des 4354 taxons (Christophe BONNET, Frédéric LEGENS et Jean ZISSLER)\r\n - l''ensemble des descriptions au format HTML et RTF des 4354 taxons (Jean ZISSLER)\r\n - l''ensemble des clés (avec reprise des images et descriptions) du tome 01 au format DOC (Daniel LE QUÉRÉ).\r\n\r\nLe travail restant à réaliser est le suivant :\r\n - compléter la famille des Papilionacées du tome 01\r\n - numériser les descriptions et clés des familles et genres du tome 02\r\n - numériser les descriptions et clés des familles et genres du tome 03\r\n\r\nPour la numérisation des tome 2 et 3, l''idée est de compléter les documents manquant en utilisant ce wiki. Le tome 03 est disponible en PDF image avec OCR sur le site biodiversitylibrary.org.', 'index, flore, image, description, clé', NULL, 'http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki=IntegrationCoste', 'http://www.tela-botanica.org/wikini/florecoste/', NULL, 'p.prenom=Jean-Pascal,p.nom=MILCENT,p.courriel=jpm@tela-botanica.org', 'nom=Tela Botanica,guid=urn:lsid:tela-botanica.or,courriel=accueil@tela-botanica.org,telephone=+334 67 52 41 22,url.info=http://www.tela-botanica.org/page:association_tela_botanica,url.logo=http://www.tela-botanica.org/sites/accueil/generique/images/graphisme/logo_tela_fond_blanc.png,type=organisation,acronyme=TB,adresse=Association Tela Botanica - Institut de Botanique - 167 rue Auguste Broussonnet 34090 MONTPELLIER FRANCE,latitude.wgs84=43.615892,longitude.wgs84=3.871736,contact.prenom=Jean-Pascal,contact.nom=MILCENT,contact.courriel=jpm@tela-botanica.org,contact.role=administrateur des données', NULL, NULL, NULL, 'fr', '2011-06-10', '', 'iso-3166-1.id=FX', NULL, 'metaDonnees:0.1;noms:0.1;taxons:0.1;Textes:0.1;Images:0.1');
-
 
141
 
-
 
142
 
-
 
143
-- --------------------------------------------------------
-
 
144
 
104
 
145
--
105
--
146
-- Structure de la table `coste_pages`
106
-- Structure de la table `coste_pages`
147
--
107
--
148
 
-
 
149
CREATE TABLE IF NOT EXISTS `coste_pages` (
108
CREATE TABLE IF NOT EXISTS `coste_pages` (
150
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
109
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
151
  `tag` varchar(100) NOT NULL DEFAULT '',
110
  `tag` varchar(100) NOT NULL DEFAULT '',
152
  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
111
  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
153
  `body` text NOT NULL,
112
  `body` text NOT NULL,
154
  `body_r` text NOT NULL,
113
  `body_r` text NOT NULL,
155
  `owner` varchar(50) NOT NULL DEFAULT '',
114
  `owner` varchar(50) NOT NULL DEFAULT '',
156
  `user` varchar(50) NOT NULL DEFAULT '',
115
  `user` varchar(50) NOT NULL DEFAULT '',
157
  `latest` enum('Y','N') NOT NULL DEFAULT 'N',
116
  `latest` enum('Y','N') NOT NULL DEFAULT 'N',
158
  `handler` varchar(30) NOT NULL DEFAULT 'page',
117
  `handler` varchar(30) NOT NULL DEFAULT 'page',
159
  `comment_on` varchar(50) NOT NULL DEFAULT '',
118
  `comment_on` varchar(50) NOT NULL DEFAULT '',
160
  PRIMARY KEY (`id`),
119
  PRIMARY KEY (`id`),
161
  KEY `idx_tag` (`tag`),
120
  KEY `idx_tag` (`tag`),
162
  KEY `idx_time` (`time`),
121
  KEY `idx_time` (`time`),
163
  KEY `idx_latest` (`latest`),
122
  KEY `idx_latest` (`latest`),
164
  KEY `idx_comment_on` (`comment_on`),
123
  KEY `idx_comment_on` (`comment_on`),
165
  FULLTEXT KEY `tag` (`tag`,`body`)
124
  FULLTEXT KEY `tag` (`tag`,`body`)
166
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=10000000 ;
125
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=10000000 ;
167
 
-
 
168
-- --------------------------------------------------------
-
 
169
 
126
 
170
--
127
--
171
-- Structure de la table `coste_referrers`
128
-- Structure de la table `coste_referrers`
172
--
129
--
173
 
-
 
174
CREATE TABLE IF NOT EXISTS `coste_referrers` (
130
CREATE TABLE IF NOT EXISTS `coste_referrers` (
175
  `page_tag` char(50) NOT NULL DEFAULT '',
131
  `page_tag` char(50) NOT NULL DEFAULT '',
176
  `referrer` char(150) NOT NULL DEFAULT '',
132
  `referrer` char(150) NOT NULL DEFAULT '',
177
  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
133
  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
178
  KEY `idx_page_tag` (`page_tag`),
134
  KEY `idx_page_tag` (`page_tag`),
179
  KEY `idx_time` (`time`)
135
  KEY `idx_time` (`time`)
180
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
136
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
181
 
-
 
182
-- --------------------------------------------------------
-
 
183
 
137
 
184
--
138
--
185
-- Structure de la table `coste_triples`
139
-- Structure de la table `coste_triples`
186
--
140
--
187
 
-
 
188
CREATE TABLE IF NOT EXISTS `coste_triples` (
141
CREATE TABLE IF NOT EXISTS `coste_triples` (
189
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
142
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
190
  `resource` varchar(255) NOT NULL DEFAULT '',
143
  `resource` varchar(255) NOT NULL DEFAULT '',
191
  `property` varchar(255) NOT NULL DEFAULT '',
144
  `property` varchar(255) NOT NULL DEFAULT '',
192
  `value` text NOT NULL,
145
  `value` text NOT NULL,
193
  PRIMARY KEY (`id`),
146
  PRIMARY KEY (`id`),
194
  KEY `resource` (`resource`),
147
  KEY `resource` (`resource`),
195
  KEY `property` (`property`)
148
  KEY `property` (`property`)
196
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=9392 ;
149
) ENGINE=MyISAM  DEFAULT CHARSET=latin1;
197
 
-
 
198
-- --------------------------------------------------------
-
 
199
 
150
 
200
--
151
--
201
-- Structure de la table `coste_users`
152
-- Structure de la table `coste_users`
202
--
153
--
203
 
-
 
204
CREATE TABLE IF NOT EXISTS `coste_users` (
154
CREATE TABLE IF NOT EXISTS `coste_users` (
205
  `name` varchar(80) NOT NULL DEFAULT '',
155
  `name` varchar(80) NOT NULL DEFAULT '',
206
  `password` varchar(32) NOT NULL DEFAULT '',
156
  `password` varchar(32) NOT NULL DEFAULT '',
207
  `email` varchar(50) NOT NULL DEFAULT '',
157
  `email` varchar(50) NOT NULL DEFAULT '',
208
  `motto` text NOT NULL,
158
  `motto` text NOT NULL,
209
  `revisioncount` int(10) unsigned NOT NULL DEFAULT '20',
159
  `revisioncount` int(10) unsigned NOT NULL DEFAULT '20',
210
  `changescount` int(10) unsigned NOT NULL DEFAULT '50',
160
  `changescount` int(10) unsigned NOT NULL DEFAULT '50',
211
  `doubleclickedit` enum('Y','N') NOT NULL DEFAULT 'Y',
161
  `doubleclickedit` enum('Y','N') NOT NULL DEFAULT 'Y',
212
  `signuptime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
162
  `signuptime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
213
  `show_comments` enum('Y','N') NOT NULL DEFAULT 'N',
163
  `show_comments` enum('Y','N') NOT NULL DEFAULT 'N',
214
  PRIMARY KEY (`name`),
164
  PRIMARY KEY (`name`),
215
  KEY `idx_name` (`name`),
165
  KEY `idx_name` (`name`),
216
  KEY `idx_signuptime` (`signuptime`)
166
  KEY `idx_signuptime` (`signuptime`)
217
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
167
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
218
 
-
 
219
-- --------------------------------------------------------
-
 
220
 
168
 
221
--
169
--
222
-- Structure de la table `coste_v0_1`
170
-- Structure de la table `coste_v0_1`
223
--
171
--
224
 
-
 
225
CREATE TABLE IF NOT EXISTS `coste_v0_1` (
172
CREATE TABLE IF NOT EXISTS `coste_v0_1` (
226
  `num_nom` int(9) NOT NULL DEFAULT '0',
173
  `num_nom` int(9) NOT NULL DEFAULT '0',
227
  `num_nom_retenu` varchar(9) DEFAULT NULL,
174
  `num_nom_retenu` varchar(9) DEFAULT NULL,
228
  `num_tax_sup` varchar(9) DEFAULT NULL,
175
  `num_tax_sup` varchar(9) DEFAULT NULL,
229
  `rang` int(3) DEFAULT NULL,
176
  `rang` int(3) DEFAULT NULL,
230
  `nom_sci` varchar(500) DEFAULT '',
177
  `nom_sci` varchar(500) DEFAULT '',
231
  `nom_supra_generique` varchar(500) DEFAULT '',
178
  `nom_supra_generique` varchar(500) DEFAULT '',
232
  `genre` varchar(500) DEFAULT '',
179
  `genre` varchar(500) DEFAULT '',
233
  `epithete_infra_generique` varchar(500) DEFAULT '',
180
  `epithete_infra_generique` varchar(500) DEFAULT '',
234
  `epithete_sp` varchar(500) DEFAULT '',
181
  `epithete_sp` varchar(500) DEFAULT '',
235
  `type_epithete` varchar(500) DEFAULT '',
182
  `type_epithete` varchar(500) DEFAULT '',
236
  `epithete_infra_sp` varchar(500) DEFAULT '',
183
  `epithete_infra_sp` varchar(500) DEFAULT '',
237
  `cultivar_groupe` varchar(500) DEFAULT '',
184
  `cultivar_groupe` varchar(500) DEFAULT '',
238
  `cultivar` varchar(500) DEFAULT '',
185
  `cultivar` varchar(500) DEFAULT '',
239
  `nom_commercial` varchar(500) DEFAULT '',
186
  `nom_commercial` varchar(500) DEFAULT '',
240
  `auteur` varchar(100) DEFAULT '',
187
  `auteur` varchar(100) DEFAULT '',
241
  `annee` int(4) DEFAULT NULL,
188
  `annee` int(4) DEFAULT NULL,
242
  `biblio_origine` varchar(500) NOT NULL DEFAULT '',
189
  `biblio_origine` varchar(500) NOT NULL DEFAULT '',
243
  `notes` varchar(500) NOT NULL DEFAULT '',
190
  `notes` varchar(500) NOT NULL DEFAULT '',
244
  `nom_addendum` varchar(500) NOT NULL DEFAULT '',
191
  `nom_addendum` varchar(500) NOT NULL DEFAULT '',
245
  `basionyme` varchar(9) NOT NULL DEFAULT '',
192
  `basionyme` varchar(9) NOT NULL DEFAULT '',
246
  `nom_francais` text,
193
  `nom_francais` text,
247
  `nom_coste` varchar(500) DEFAULT '',
194
  `nom_coste` varchar(500) DEFAULT '',
248
  `num_nom_coste` varchar(9) DEFAULT '',
195
  `num_nom_coste` varchar(9) DEFAULT '',
249
  `tome` int(1) DEFAULT NULL,
196
  `tome` int(1) DEFAULT NULL,
250
  `page` int(4) DEFAULT NULL,
197
  `page` int(4) DEFAULT NULL,
251
  `flore_bdnff_num` varchar(9) DEFAULT NULL,
198
  `flore_bdnff_num` varchar(9) DEFAULT NULL,
252
  `flore_bdnff_nom_sci` varchar(500) DEFAULT NULL,
199
  `flore_bdnff_nom_sci` varchar(500) DEFAULT NULL,
253
  `nom_sci_html` varchar(500) DEFAULT NULL,
200
  `nom_sci_html` varchar(500) DEFAULT NULL,
254
  PRIMARY KEY (`num_nom`)
201
  PRIMARY KEY (`num_nom`)
255
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
202
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
256
 
203