Subversion Repositories eFlore/Applications.coel

Rev

Rev 82 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 82 Rev 86
Line 1... Line 1...
1
# Encodage : UTF-8
1
# Encodage : UTF-8
2
# Nom : Coel v1.0
2
# Nom : Coel v1.0
3
# Date de création : 2009-03-05 12:55:18
3
# Date de création : 2009-03-06 12:05:09
4
#---------------------------------------------------------------------------------------------------------------------#
4
#---------------------------------------------------------------------------------------------------------------------#
5
# Création des tables
5
# Création des tables
6
CREATE TABLE IF NOT EXISTS `tb_coel`.`coel_collection` (
6
CREATE TABLE IF NOT EXISTS `tb_coel`.`coel_collection` (
7
	`cc_id_collection` INTEGER NOT NULL auto_increment  COMMENT 'Identifiant de la collection.',
7
	`cc_id_collection` INTEGER NOT NULL auto_increment  COMMENT 'Identifiant de la collection.',
8
	`cc_ce_projet` INTEGER NOT NULL   COMMENT 'Identifiant du projet dans lequel les informations de la collection sont saisies.',
8
	`cc_ce_projet` INTEGER NOT NULL   COMMENT 'Identifiant du projet dans lequel les informations de la collection sont saisies.',
Line 303... Line 303...
303
	`cpu_ce_projet` INTEGER NOT NULL   COMMENT 'Identifiant du projet dans lequel les données de cet enregistrement ont été saisies.',
303
	`cpu_ce_projet` INTEGER NOT NULL   COMMENT 'Identifiant du projet dans lequel les données de cet enregistrement ont été saisies.',
304
	`cpu_fmt_nom_complet` VARCHAR(255)    COMMENT 'Intitulé de la publication complet',
304
	`cpu_fmt_nom_complet` VARCHAR(255)    COMMENT 'Intitulé de la publication complet',
305
	`cpu_uri` VARCHAR(255)    COMMENT 'URI de la publication qui peut être un site web...',
305
	`cpu_uri` VARCHAR(255)    COMMENT 'URI de la publication qui peut être un site web...',
306
	`cpu_fmt_auteur` VARCHAR(255)    COMMENT 'Contient le nom formaté de l''intitulé auteur(s). Si plusieurs personnes sont auteurs, l''intitulé est formaté ici.',
306
	`cpu_fmt_auteur` VARCHAR(255)    COMMENT 'Contient le nom formaté de l''intitulé auteur(s). Si plusieurs personnes sont auteurs, l''intitulé est formaté ici.',
307
	`cpu_titre` VARCHAR(255)    COMMENT 'Titre de l''article ou de l''ouvrage.',
307
	`cpu_titre` VARCHAR(255)    COMMENT 'Titre de l''article ou de l''ouvrage.',
-
 
308
	`cpu_ce_truk_editeur` VARCHAR(255)    COMMENT 'Identifiant de la structure éditrice de la publication. S''il n''est pas renseignné dans la table Structure, contient AUTRE# suivit du nom complet de la structure éditrice.',
308
	`cpu_collection` VARCHAR(255)    COMMENT 'Intitulé de la collection, c''est à dire de la revue.',
309
	`cpu_collection` VARCHAR(255)    COMMENT 'Intitulé de la collection, c''est à dire de la revue.',
309
	`cpu_ce_editeur` INTEGER   default 0 COMMENT 'Identifiant de la structure éditrice.',
-
 
310
	`cpu_truk_editeur` VARCHAR(255)    COMMENT 'Contient le nom de l''éditeur s''il n''est pas renseignée par cpu_ce_editeur. Si cpu_ce_editeur est différent de 0 alors il contient le nom complet de la structure éditrice.',
-
 
311
	`cpu_date_parution` DATE    COMMENT 'Date de parution de la publication.',
310
	`cpu_date_parution` DATE    COMMENT 'Date de parution de la publication.',
312
	`cpu_indication_nvt` VARCHAR(255)    COMMENT 'Indication du numéro, volume ou tome de la publication. Plutôt utilisé pour les ouvrages et non les articles de revue.',
311
	`cpu_indication_nvt` VARCHAR(255)    COMMENT 'Indication du numéro, volume ou tome de la publication. Plutôt utilisé pour les ouvrages et non les articles de revue.',
313
	`cpu_fascicule` VARCHAR(255)    COMMENT 'Indication du titre du fascicule. Surtout utilisé pour les revues.',
312
	`cpu_fascicule` VARCHAR(255)    COMMENT 'Indication du titre du fascicule. Surtout utilisé pour les revues.',
314
	`cpu_truk_pages` VARCHAR(25)    COMMENT 'Indication du nombre de pages (pour les ouvrages) ou des pages de début et de fin pour un artcile. Dans le cas des ouvrages un nombre doit être présent. Pour les articles deux nombres ou point d''intérogation séparés par un tiret.',
313
	`cpu_truk_pages` VARCHAR(25)    COMMENT 'Indication du nombre de pages (pour les ouvrages) ou des pages de début et de fin pour un artcile. Dans le cas des ouvrages un nombre doit être présent. Pour les articles deux nombres ou point d''intérogation séparés par un tiret.',
315
	`cpu_ce_meta` INTEGER NOT NULL   COMMENT 'Identifiant des métadonnées de cet enregistrement.',
314
	`cpu_ce_meta` INTEGER NOT NULL   COMMENT 'Identifiant des métadonnées de cet enregistrement.',
Line 3371... Line 3370...
3371
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3370
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3372
	('228', '1', '0', '117', 'cpu_titre', 'cpu_t', 'Titre de l''article ou de l''ouvrage.', '29', '255', '734');
3371
	('228', '1', '0', '117', 'cpu_titre', 'cpu_t', 'Titre de l''article ou de l''ouvrage.', '29', '255', '734');
3373
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3372
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3374
	('734', '116', '228', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3373
	('734', '116', '228', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3375
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3374
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3376
	('229', '1', '0', '117', 'cpu_collection', 'cpu_c', 'Intitulé de la collection, c''est à dire de la revue.', '29', '255', '735');
3375
	('229', '1', '0', '117', 'cpu_ce_truk_editeur', 'cpu_ce_te', 'Identifiant de la structure éditrice de la publication. S''il n''est pas renseignné dans la table Structure, contient AUTRE# suivit du nom complet de la structure éditrice.', '29', '255', '735');
3377
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3376
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3378
	('735', '116', '229', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3377
	('735', '116', '229', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3379
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3378
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3380
	('230', '1', '0', '117', 'cpu_ce_editeur', 'cpu_ce_e', 'Identifiant de la structure éditrice.', '15', '', '736');
3379
	('230', '1', '0', '117', 'cpu_collection', 'cpu_c', 'Intitulé de la collection, c''est à dire de la revue.', '29', '255', '736');
3381
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3380
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3382
	('736', '116', '230', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3381
	('736', '116', '230', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3383
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3382
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3384
	('231', '1', '0', '117', 'cpu_truk_editeur', 'cpu_te', 'Contient le nom de l''éditeur s''il n''est pas renseignée par cpu_ce_editeur. Si cpu_ce_editeur est différent de 0 alors il contient le nom complet de la structure éditrice.', '29', '255', '737');
3383
	('231', '1', '0', '117', 'cpu_date_parution', 'cpu_dp', 'Date de parution de la publication.', '23', '', '737');
3385
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3384
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3386
	('737', '116', '231', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3385
	('737', '116', '231', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3387
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3386
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3388
	('232', '1', '0', '117', 'cpu_date_parution', 'cpu_dp', 'Date de parution de la publication.', '23', '', '738');
3387
	('232', '1', '0', '117', 'cpu_indication_nvt', 'cpu_in', 'Indication du numéro, volume ou tome de la publication. Plutôt utilisé pour les ouvrages et non les articles de revue.', '29', '255', '738');
3389
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3388
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3390
	('738', '116', '232', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3389
	('738', '116', '232', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3391
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3390
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3392
	('233', '1', '0', '117', 'cpu_indication_nvt', 'cpu_in', 'Indication du numéro, volume ou tome de la publication. Plutôt utilisé pour les ouvrages et non les articles de revue.', '29', '255', '739');
3391
	('233', '1', '0', '117', 'cpu_fascicule', 'cpu_f', 'Indication du titre du fascicule. Surtout utilisé pour les revues.', '29', '255', '739');
3393
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3392
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3394
	('739', '116', '233', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3393
	('739', '116', '233', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3395
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3394
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3396
	('234', '1', '0', '117', 'cpu_fascicule', 'cpu_f', 'Indication du titre du fascicule. Surtout utilisé pour les revues.', '29', '255', '740');
3395
	('234', '1', '0', '117', 'cpu_truk_pages', 'cpu_tp', 'Indication du nombre de pages (pour les ouvrages) ou des pages de début et de fin pour un artcile. Dans le cas des ouvrages un nombre doit être présent. Pour les articles deux nombres ou point d''intérogation séparés par un tiret.', '29', '25', '740');
3397
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3396
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3398
	('740', '116', '234', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3397
	('740', '116', '234', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3399
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3398
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3400
	('235', '1', '0', '117', 'cpu_truk_pages', 'cpu_tp', 'Indication du nombre de pages (pour les ouvrages) ou des pages de début et de fin pour un artcile. Dans le cas des ouvrages un nombre doit être présent. Pour les articles deux nombres ou point d''intérogation séparés par un tiret.', '29', '25', '741');
3399
	('235', '1', '0', '117', 'cpu_ce_meta', 'cpu_ce_m', 'Identifiant des métadonnées de cet enregistrement.', '15', '', '741');
3401
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3400
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3402
	('741', '116', '235', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3401
	('741', '116', '235', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3403
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3402
		INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3404
	('236', '1', '0', '117', 'cpu_ce_meta', 'cpu_ce_m', 'Identifiant des métadonnées de cet enregistrement.', '15', '', '742');
3403
	('236', '1', '0', '104', 'ccapu_id_collection', 'ccapu_id_c', 'Identifiant de collection.', '15', '', '742');
3405
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3404
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3406
	('742', '116', '236', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3405
	('742', '116', '236', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3407
		INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3406
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3408
	('237', '1', '0', '104', 'ccapu_id_collection', 'ccapu_id_c', 'Identifiant de collection.', '15', '', '743');
3407
	('237', '1', '0', '104', 'ccapu_id_publication', 'ccapu_id_p', 'Identifiant de la publication.', '15', '', '743');
3409
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3408
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3410
	('743', '116', '237', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3409
	('743', '116', '237', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3411
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3410
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3412
	('238', '1', '0', '104', 'ccapu_id_publication', 'ccapu_id_p', 'Identifiant de la publication.', '15', '', '744');
3411
	('238', '1', '0', '104', 'ccapu_mark_licence', 'ccapu_ml', 'Booléen indiquant si la publication indiqué correspond aux droits de propriétés intellectuelles de la collection.', '31', '', '744');
3413
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3412
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3414
	('744', '116', '238', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3413
	('744', '116', '238', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3415
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3414
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3416
	('239', '1', '0', '104', 'ccapu_mark_licence', 'ccapu_ml', 'Booléen indiquant si la publication indiqué correspond aux droits de propriétés intellectuelles de la collection.', '31', '', '745');
3415
	('239', '1', '0', '104', 'ccapu_ce_meta', 'ccapu_ce_m', 'Identifiant des métadonnées de cet enregistrement.', '15', '', '745');
3417
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3416
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3418
	('745', '116', '239', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3417
	('745', '116', '239', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3419
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3418
		INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3420
	('240', '1', '0', '104', 'ccapu_ce_meta', 'ccapu_ce_m', 'Identifiant des métadonnées de cet enregistrement.', '15', '', '746');
3419
	('240', '1', '0', '118', 'cpuap_id_publication', 'cpuap_id_p', 'Identifiant d''une publication.', '15', '', '746');
3421
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3420
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3422
	('746', '116', '240', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3421
	('746', '116', '240', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3423
		INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3422
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3424
	('241', '1', '0', '118', 'cpuap_id_publication', 'cpuap_id_p', 'Identifiant d''une publication.', '15', '', '747');
3423
	('241', '1', '0', '118', 'cpuap_id_personne', 'cpuap_id_p', 'Identifiant d''une personne.', '15', '', '747');
3425
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3424
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3426
	('747', '116', '241', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3425
	('747', '116', '241', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3427
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3426
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3428
	('242', '1', '0', '118', 'cpuap_id_personne', 'cpuap_id_p', 'Identifiant d''une personne.', '15', '', '748');
3427
	('242', '1', '1064', '118', 'cpuap_id_role', 'cpuap_id_r', 'Rôle de la personne vis à vis de la publication : contributeur, auteur...', '15', '', '748');
3429
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3428
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3430
	('748', '116', '242', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3429
	('748', '116', '242', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3431
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3430
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3432
	('243', '1', '1064', '118', 'cpuap_id_role', 'cpuap_id_r', 'Rôle de la personne vis à vis de la publication : contributeur, auteur...', '15', '', '749');
3431
	('243', '1', '1065', '118', 'cpuap_ce_truk_type', 'cpuap_ce_tt', 'Contient le type de référence bibliographique : nécrologie, biographie, publication personnelle...', '29', '255', '749');
3433
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3432
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3434
	('749', '116', '243', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3433
	('749', '116', '243', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3435
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3434
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3436
	('244', '1', '1065', '118', 'cpuap_ce_truk_type', 'cpuap_ce_tt', 'Contient le type de référence bibliographique : nécrologie, biographie, publication personnelle...', '29', '255', '750');
3435
	('244', '1', '0', '118', 'cpuap_ce_meta', 'cpuap_ce_m', 'Identifiant des métadonnées de cet enregistrement.', '15', '', '750');
3437
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3436
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3438
	('750', '116', '244', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3437
	('750', '116', '244', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3439
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3438
		INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3440
	('245', '1', '0', '118', 'cpuap_ce_meta', 'cpuap_ce_m', 'Identifiant des métadonnées de cet enregistrement.', '15', '', '751');
3439
	('245', '1', '0', '105', 'ccar_id_collection_01', 'ccar_id_c0', 'Identifiant de la collection n°1.', '15', '', '751');
3441
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3440
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3442
	('751', '116', '245', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3441
	('751', '116', '245', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3443
		INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3442
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3444
	('246', '1', '0', '105', 'ccar_id_collection_01', 'ccar_id_c0', 'Identifiant de la collection n°1.', '15', '', '752');
3443
	('246', '1', '0', '105', 'ccar_id_collection_02', 'ccar_id_c0', 'Identifiant de la collection n°2.', '15', '', '752');
3445
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3444
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3446
	('752', '116', '246', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3445
	('752', '116', '246', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3447
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3446
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3448
	('247', '1', '0', '105', 'ccar_id_collection_02', 'ccar_id_c0', 'Identifiant de la collection n°2.', '15', '', '753');
3447
	('247', '1', '1031', '105', 'ccar_id_relation', 'ccar_id_r', 'Indentifiant du type de la relation.', '15', '', '753');
3449
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3448
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3450
	('753', '116', '247', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3449
	('753', '116', '247', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3451
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3450
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3452
	('248', '1', '1031', '105', 'ccar_id_relation', 'ccar_id_r', 'Indentifiant du type de la relation.', '15', '', '754');
3451
	('248', '1', '0', '105', 'ccar_ce_meta', 'ccar_ce_m', 'Identifiant des métadonnées de cet enregistrement.', '15', '', '754');
3453
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3452
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3454
	('754', '116', '248', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3453
	('754', '116', '248', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3455
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3454
		INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3456
	('249', '1', '0', '105', 'ccar_ce_meta', 'ccar_ce_m', 'Identifiant des métadonnées de cet enregistrement.', '15', '', '755');
3455
	('249', '1', '0', '115', 'cpr_id_projet', 'cpr_id_p', 'Identifiant d''un projet.', '15', '', '755');
3457
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3456
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3458
	('755', '116', '249', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3457
	('755', '116', '249', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3459
		INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3458
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3460
	('250', '1', '0', '115', 'cpr_id_projet', 'cpr_id_p', 'Identifiant d''un projet.', '15', '', '756');
3459
	('250', '1', '0', '115', 'cpr_nom', 'cpr_n', 'Nom du projet.', '29', '255', '756');
3461
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3460
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3462
	('756', '116', '250', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3461
	('756', '116', '250', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3463
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3462
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3464
	('251', '1', '0', '115', 'cpr_nom', 'cpr_n', 'Nom du projet.', '29', '255', '757');
3463
	('251', '1', '0', '115', 'cpr_abreviation', 'cpr_a', 'Abréviation du projet.', '29', '40', '757');
3465
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3464
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3466
	('757', '116', '251', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3465
	('757', '116', '251', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3467
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3466
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3468
	('252', '1', '0', '115', 'cpr_abreviation', 'cpr_a', 'Abréviation du projet.', '29', '40', '758');
3467
	('252', '1', '0', '115', 'cpr_resume', 'cpr_r', 'Résumé du projet.', '29', '255', '758');
3469
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3468
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3470
	('758', '116', '252', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3469
	('758', '116', '252', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3471
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3470
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3472
	('253', '1', '0', '115', 'cpr_resume', 'cpr_r', 'Résumé du projet.', '29', '255', '759');
3471
	('253', '1', '0', '115', 'cpr_description', 'cpr_d', 'Description détaillée du projet.', '37', '', '759');
3473
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3472
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3474
	('759', '116', '253', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3473
	('759', '116', '253', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3475
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3474
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3476
	('254', '1', '0', '115', 'cpr_description', 'cpr_d', 'Description détaillée du projet.', '37', '', '760');
3475
	('254', '1', '0', '115', 'cpr_url', 'cpr_u', 'URL principal où trouver des compléments d''information sur le projet.', '29', '255', '760');
3477
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3476
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3478
	('760', '116', '254', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3477
	('760', '116', '254', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3479
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3478
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3480
	('255', '1', '0', '115', 'cpr_url', 'cpr_u', 'URL principal où trouver des compléments d''information sur le projet.', '29', '255', '761');
3479
	('255', '1', '0', '115', 'cpr_ce_meta', 'cpr_ce_m', 'Identifiant des métadonnées de cet enregistrement.', '15', '', '761');
3481
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3480
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3482
	('761', '116', '255', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3481
	('761', '116', '255', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3483
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3482
		INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3484
	('256', '1', '0', '115', 'cpr_ce_meta', 'cpr_ce_m', 'Identifiant des métadonnées de cet enregistrement.', '15', '', '762');
3483
	('256', '1', '0', '114', 'cpar_id_personne_01', 'cpar_id_p0', 'Identifiant de la personne n°1.', '15', '', '762');
3485
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3484
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3486
	('762', '116', '256', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3485
	('762', '116', '256', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3487
		INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3486
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3488
	('257', '1', '0', '114', 'cpar_id_personne_01', 'cpar_id_p0', 'Identifiant de la personne n°1.', '15', '', '763');
3487
	('257', '1', '0', '114', 'cpar_id_personne_02', 'cpar_id_p0', 'Identifiant de la personne n°2.', '15', '', '763');
3489
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3488
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3490
	('763', '116', '257', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3489
	('763', '116', '257', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3491
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3490
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3492
	('258', '1', '0', '114', 'cpar_id_personne_02', 'cpar_id_p0', 'Identifiant de la personne n°2.', '15', '', '764');
3491
	('258', '1', '0', '114', 'cpar_id_projet', 'cpar_id_p', 'Identifiant du projet dans lequel la relation entre les deux personnes s''établie.', '15', '', '764');
3493
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3492
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3494
	('764', '116', '258', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3493
	('764', '116', '258', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3495
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3494
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3496
	('259', '1', '0', '114', 'cpar_id_projet', 'cpar_id_p', 'Identifiant du projet dans lequel la relation entre les deux personnes s''établie.', '15', '', '765');
3495
	('259', '1', '1010', '114', 'cpar_id_role', 'cpar_id_r', 'Identifiant du rôle ou de la valeur établie entre les deux personnes.', '15', '', '765');
3497
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3496
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3498
	('765', '116', '259', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3497
	('765', '116', '259', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3499
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3498
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3500
	('260', '1', '1010', '114', 'cpar_id_role', 'cpar_id_r', 'Identifiant du rôle ou de la valeur établie entre les deux personnes.', '15', '', '766');
3499
	('260', '1', '0', '114', 'cpar_ce_meta', 'cpar_ce_m', 'Identifiant des métadonnées de cet enregistrement.', '15', '', '766');
3501
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3500
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3502
	('766', '116', '260', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3501
	('766', '116', '260', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3503
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3502
		INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3504
	('261', '1', '0', '114', 'cpar_ce_meta', 'cpar_ce_m', 'Identifiant des métadonnées de cet enregistrement.', '15', '', '767');
3503
	('261', '1', '0', '116', 'cprv_id_version', 'cprv_id_v', 'Identifiant d''une version de projet.', '15', '', '767');
3505
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3504
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3506
	('767', '116', '261', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3505
	('767', '116', '261', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3507
		INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3506
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3508
	('262', '1', '0', '116', 'cprv_id_version', 'cprv_id_v', 'Identifiant d''une version de projet.', '15', '', '768');
3507
	('262', '1', '0', '116', 'cprv_ce_projet', 'cprv_ce_p', 'Identifiant du projet de la version.', '15', '', '768');
3509
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3508
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3510
	('768', '116', '262', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3509
	('768', '116', '262', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3511
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3510
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3512
	('263', '1', '0', '116', 'cprv_ce_projet', 'cprv_ce_p', 'Identifiant du projet de la version.', '15', '', '769');
3511
	('263', '1', '0', '116', 'cprv_nom', 'cprv_n', 'Nom éventuel de la version.', '29', '255', '769');
3513
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3512
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3514
	('769', '116', '263', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3513
	('769', '116', '263', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3515
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3514
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3516
	('264', '1', '0', '116', 'cprv_nom', 'cprv_n', 'Nom éventuel de la version.', '29', '255', '770');
3515
	('264', '1', '0', '116', 'cprv_code', 'cprv_c', 'Numéro ou code de la version.', '29', '25', '770');
3517
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3516
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3518
	('770', '116', '264', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3517
	('770', '116', '264', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3519
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3518
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3520
	('265', '1', '0', '116', 'cprv_code', 'cprv_c', 'Numéro ou code de la version.', '29', '25', '771');
3519
	('265', '1', '0', '116', 'cprv_date_debut', 'cprv_dd', 'Date de début de la version.', '24', '', '771');
3521
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3520
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3522
	('771', '116', '265', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3521
	('771', '116', '265', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3523
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3522
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3524
	('266', '1', '0', '116', 'cprv_date_debut', 'cprv_dd', 'Date de début de la version.', '24', '', '772');
3523
	('266', '1', '0', '116', 'cprv_date_fin', 'cprv_df', 'Date de fin de la version.', '24', '', '772');
3525
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3524
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3526
	('772', '116', '266', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3525
	('772', '116', '266', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3527
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3526
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3528
	('267', '1', '0', '116', 'cprv_date_fin', 'cprv_df', 'Date de fin de la version.', '24', '', '773');
3527
	('267', '1', '0', '116', 'cprv_mark_consultable', 'cprv_mc', 'Indique si oui (=1) ou non (=0) cette version est consultable en ligne.', '31', '', '773');
3529
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3528
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3530
	('773', '116', '267', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3529
	('773', '116', '267', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3531
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3530
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3532
	('268', '1', '0', '116', 'cprv_mark_consultable', 'cprv_mc', 'Indique si oui (=1) ou non (=0) cette version est consultable en ligne.', '31', '', '774');
3531
	('268', '1', '0', '116', 'cprv_ce_meta', 'cprv_ce_m', 'Identifiant des métadonnées de cet enregistrement.', '15', '', '774');
3533
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3532
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3534
	('774', '116', '268', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3533
	('774', '116', '268', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3535
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3534
		INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3536
	('269', '1', '0', '116', 'cprv_ce_meta', 'cprv_ce_m', 'Identifiant des métadonnées de cet enregistrement.', '15', '', '775');
3535
	('269', '1', '0', '111', 'cmhl_id_historique_ligne', 'cmhl_id_hl', 'Identifiant de l''historique des lignes.', '15', '', '775');
3537
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3536
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3538
	('775', '116', '269', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3537
	('775', '116', '269', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3539
		INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3538
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3540
	('270', '1', '0', '111', 'cmhl_id_historique_ligne', 'cmhl_id_hl', 'Identifiant de l''historique des lignes.', '15', '', '776');
3539
	('270', '1', '0', '111', 'cmhl_ce_table', 'cmhl_ce_t', 'Identifiant de la table.', '15', '', '776');
3541
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3540
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3542
	('776', '116', '270', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3541
	('776', '116', '270', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3543
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3542
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3544
	('271', '1', '0', '111', 'cmhl_ce_table', 'cmhl_ce_t', 'Identifiant de la table.', '15', '', '777');
3543
	('271', '1', '0', '111', 'cmhl_cle_ligne', 'cmhl_cl', 'Identifiant de la ligne. Pour les tables à clé primaire multi colonnes, bien respecter l''ordre des champs de la clé et inscrire chaque valeur de clé séparée par un tiret "-".', '29', '64', '777');
3545
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3544
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3546
	('777', '116', '271', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3545
	('777', '116', '271', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3547
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3546
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3548
	('272', '1', '0', '111', 'cmhl_cle_ligne', 'cmhl_cl', 'Identifiant de la ligne. Pour les tables à clé primaire multi colonnes, bien respecter l''ordre des champs de la clé et inscrire chaque valeur de clé séparée par un tiret "-".', '29', '64', '778');
3547
	('272', '1', '0', '111', 'cmhl_enregistrement', 'cmhl_e', 'Contient les données au format XML pour les enregistrements supprimés uniquement, sinon possède la valeur NULL. Format XML : <xml encoding="UTF-8><ligne><nom_du_champ_01>valeur_du_champ_01</nom_du_champ_01><nom_du_champ_02>valeur_du_champ_02</nom_du_champ_02>...</ligne></xml>.', '37', '', '778');
3549
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3548
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3550
	('778', '116', '272', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3549
	('778', '116', '272', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3551
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3550
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3552
	('273', '1', '0', '111', 'cmhl_enregistrement', 'cmhl_e', 'Contient les données au format XML pour les enregistrements supprimés uniquement, sinon possède la valeur NULL. Format XML : <xml encoding="UTF-8><ligne><nom_du_champ_01>valeur_du_champ_01</nom_du_champ_01><nom_du_champ_02>valeur_du_champ_02</nom_du_champ_02>...</ligne></xml>.', '37', '', '779');
3551
	('273', '1', '0', '111', 'cmhl_date_modification', 'cmhl_dm', 'Date de modification de la ligne.', '24', '', '779');
3553
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3552
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3554
	('779', '116', '273', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3553
	('779', '116', '273', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3555
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3554
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3556
	('274', '1', '0', '111', 'cmhl_date_modification', 'cmhl_dm', 'Date de modification de la ligne.', '24', '', '780');
3555
	('274', '1', '0', '111', 'cmhl_notes', 'cmhl_n', 'Notes sur la modification effectuée sur la ligne.', '29', '255', '780');
3557
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3556
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3558
	('780', '116', '274', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3557
	('780', '116', '274', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3559
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3558
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3560
	('275', '1', '0', '111', 'cmhl_notes', 'cmhl_n', 'Notes sur la modification effectuée sur la ligne.', '29', '255', '781');
3559
	('275', '1', '0', '111', 'cmhl_ce_modifier_par', 'cmhl_ce_mp', 'Identifiant de la personne ayant effectué cette modification sur la ligne.', '15', '', '781');
3561
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3560
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3562
	('781', '116', '275', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3561
	('781', '116', '275', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3563
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3562
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3564
	('276', '1', '0', '111', 'cmhl_ce_modifier_par', 'cmhl_ce_mp', 'Identifiant de la personne ayant effectué cette modification sur la ligne.', '15', '', '782');
3563
	('276', '1', '0', '111', 'cmhl_ce_etat', 'cmhl_ce_e', 'Identifiant de l''état de la ligne.', '15', '', '782');
3565
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3564
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3566
	('782', '116', '276', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3565
	('782', '116', '276', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3567
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3566
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3568
	('277', '1', '0', '111', 'cmhl_ce_etat', 'cmhl_ce_e', 'Identifiant de l''état de la ligne.', '15', '', '783');
3567
	('277', '1', '0', '111', 'cmhl_ip', 'cmhl_i', 'Adresse IP (et MAC éventuellement) depuis laquelle la modification a eu lieu.', '29', '50', '783');
3569
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3568
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3570
	('783', '116', '277', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3569
	('783', '116', '277', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3571
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3570
		INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3572
	('278', '1', '0', '111', 'cmhl_ip', 'cmhl_i', 'Adresse IP (et MAC éventuellement) depuis laquelle la modification a eu lieu.', '29', '50', '784');
3571
	('278', '1', '0', '107', 'ccm_id_commentaire', 'ccm_id_c', 'Identifiant d''un commentaire.', '15', '', '784');
3573
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3572
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3574
	('784', '116', '278', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3573
	('784', '116', '278', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3575
		INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3574
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3576
	('279', '1', '0', '107', 'ccm_id_commentaire', 'ccm_id_c', 'Identifiant d''un commentaire.', '15', '', '785');
3575
	('279', '1', '0', '107', 'ccm_ce_pere', 'ccm_ce_p', 'Identifiant du commentaire père.', '15', '', '785');
3577
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3576
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3578
	('785', '116', '279', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3577
	('785', '116', '279', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3579
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3578
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3580
	('280', '1', '0', '107', 'ccm_ce_pere', 'ccm_ce_p', 'Identifiant du commentaire père.', '15', '', '786');
3579
	('280', '1', '0', '107', 'ccm_ce_projet', 'ccm_ce_p', 'Identifiant du projet dans lequel le commentaire est fait.', '15', '', '786');
3581
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3580
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3582
	('786', '116', '280', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3581
	('786', '116', '280', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3583
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3582
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3584
	('281', '1', '0', '107', 'ccm_ce_projet', 'ccm_ce_p', 'Identifiant du projet dans lequel le commentaire est fait.', '15', '', '787');
3583
	('281', '1', '0', '107', 'ccm_titre', 'ccm_t', 'Titre du commentaire.', '29', '255', '787');
3585
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3584
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3586
	('787', '116', '281', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3585
	('787', '116', '281', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3587
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3586
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3588
	('282', '1', '0', '107', 'ccm_titre', 'ccm_t', 'Titre du commentaire.', '29', '255', '788');
3587
	('282', '1', '0', '107', 'ccm_texte', 'ccm_t', 'Texte du commentaire.', '37', '', '788');
3589
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3588
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3590
	('788', '116', '282', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3589
	('788', '116', '282', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3591
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3590
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3592
	('283', '1', '0', '107', 'ccm_texte', 'ccm_t', 'Texte du commentaire.', '37', '', '789');
3591
	('283', '1', '0', '107', 'ccm_ponderation', 'ccm_p', 'Pondération du commentaire (importance). Valeur de 1 à 10.', '15', '', '789');
3593
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3592
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3594
	('789', '116', '283', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3593
	('789', '116', '283', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3595
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3594
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3596
	('284', '1', '0', '107', 'ccm_ponderation', 'ccm_p', 'Pondération du commentaire (importance). Valeur de 1 à 10.', '15', '', '790');
3595
	('284', '1', '0', '107', 'ccm_ce_meta', 'ccm_ce_m', 'Identifiant des métadonnées de cet enregistrement.', '15', '', '790');
3597
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3596
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3598
	('790', '116', '284', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3597
	('790', '116', '284', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3599
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3598
		INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3600
	('285', '1', '0', '107', 'ccm_ce_meta', 'ccm_ce_m', 'Identifiant des métadonnées de cet enregistrement.', '15', '', '791');
3599
	('285', '1', '0', '102', 'ccac_id_collection', 'ccac_id_c', 'Identifiant de la collection.', '15', '', '791');
3601
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3600
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3602
	('791', '116', '285', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3601
	('791', '116', '285', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3603
		INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3602
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3604
	('286', '1', '0', '102', 'ccac_id_collection', 'ccac_id_c', 'Identifiant de la collection.', '15', '', '792');
3603
	('286', '1', '0', '102', 'ccac_id_commentaire', 'ccac_id_c', 'Identifiant du commentaire.', '15', '', '792');
3605
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3604
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3606
	('792', '116', '286', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3605
	('792', '116', '286', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3607
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3606
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3608
	('287', '1', '0', '102', 'ccac_id_commentaire', 'ccac_id_c', 'Identifiant du commentaire.', '15', '', '793');
3607
	('287', '1', '1068', '102', 'ccac_truk_type', 'ccac_tt', 'Liste des types de commentaires séparés par des points virgules.', '29', '255', '793');
3609
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3608
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3610
	('793', '116', '287', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3609
	('793', '116', '287', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3611
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3610
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
3612
	('288', '1', '1068', '102', 'ccac_truk_type', 'ccac_tt', 'Liste des types de commentaires séparés par des points virgules.', '29', '255', '794');
3611
	('288', '1', '0', '102', 'ccac_ce_meta', 'ccac_ce_m', 'Identifiant des métadonnées de cet enregistrement.', '15', '', '794');
3613
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3612
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
3614
	('794', '116', '288', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3613
	('794', '116', '288', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
3615
	INSERT INTO `tb_coel`.`coel_meta_colonne` (`cmc_id_champ` ,`cmc_ce_projet` ,`cmc_ce_liste` ,`cmc_ce_table` ,`cmc_nom` ,`cmc_abreviation` ,`cmc_description` ,`cmc_ce_format_sql` ,`cmc_taille` ,`cmc_ce_meta`) VALUES 
-
 
3616
	('289', '1', '0', '102', 'ccac_ce_meta', 'ccac_ce_m', 'Identifiant des métadonnées de cet enregistrement.', '15', '', '795');
-
 
3617
INSERT INTO `tb_coel`.`coel_meta_historique_ligne` (`cmhl_id_historique_ligne` ,`cmhl_ce_table` ,`cmhl_cle_ligne` ,`cmhl_enregistrement` ,`cmhl_date_modification` ,`cmhl_notes` ,`cmhl_ce_modifier_par` ,`cmhl_ce_etat` ,`cmhl_ip`) VALUES 
-
 
3618
	('795', '116', '289', NULL , NOW( ) , 'Ajout des informations sur une colonne.', '1', '1', '162.38.234.1');
-
 
Line 3619... Line 3614...
3619
	
3614
	
3620
ALTER TABLE `tb_coel`.`coel_meta_liste_valeur`  ORDER BY `cmlv_id_valeur`;
3615
ALTER TABLE `tb_coel`.`coel_meta_liste_valeur`  ORDER BY `cmlv_id_valeur`;
3621
#---------------------------------------------------------------------------------------------------------------------#
3616
#---------------------------------------------------------------------------------------------------------------------#
3622
# Gestion des tables de la base de données phpmyadmin
3617
# Gestion des tables de la base de données phpmyadmin
Line 3684... Line 3679...
3684
INSERT INTO `phpmyadmin`.`pma_relation` (`master_db`, `master_table`, `master_field`, `foreign_db`, `foreign_table`, `foreign_field`) 
3679
INSERT INTO `phpmyadmin`.`pma_relation` (`master_db`, `master_table`, `master_field`, `foreign_db`, `foreign_table`, `foreign_field`) 
3685
VALUES ('tb_coel', 'coel_personne_a_relation', 'cpar_id_projet', 'tb_coel', 'coel_projet', 'cpr_id_projet');
3680
VALUES ('tb_coel', 'coel_personne_a_relation', 'cpar_id_projet', 'tb_coel', 'coel_projet', 'cpr_id_projet');
3686
INSERT INTO `phpmyadmin`.`pma_relation` (`master_db`, `master_table`, `master_field`, `foreign_db`, `foreign_table`, `foreign_field`) 
3681
INSERT INTO `phpmyadmin`.`pma_relation` (`master_db`, `master_table`, `master_field`, `foreign_db`, `foreign_table`, `foreign_field`) 
3687
VALUES ('tb_coel', 'coel_personne_a_relation', 'cpar_id_personne_01', 'tb_coel', 'coel_personne', 'cp_id_personne');
3682
VALUES ('tb_coel', 'coel_personne_a_relation', 'cpar_id_personne_01', 'tb_coel', 'coel_personne', 'cp_id_personne');
3688
INSERT INTO `phpmyadmin`.`pma_relation` (`master_db`, `master_table`, `master_field`, `foreign_db`, `foreign_table`, `foreign_field`) 
3683
INSERT INTO `phpmyadmin`.`pma_relation` (`master_db`, `master_table`, `master_field`, `foreign_db`, `foreign_table`, `foreign_field`) 
3689
VALUES ('tb_coel', 'coel_publication', 'cpu_ce_editeur', 'tb_coel', 'coel_structure', 'cs_id_structure');
3684
VALUES ('tb_coel', 'coel_publication', 'cpu_ce_truk_editeur', 'tb_coel', 'coel_structure', 'cs_id_structure');
3690
INSERT INTO `phpmyadmin`.`pma_relation` (`master_db`, `master_table`, `master_field`, `foreign_db`, `foreign_table`, `foreign_field`) 
3685
INSERT INTO `phpmyadmin`.`pma_relation` (`master_db`, `master_table`, `master_field`, `foreign_db`, `foreign_table`, `foreign_field`) 
3691
VALUES ('tb_coel', 'coel_personne', 'cp_ce_projet', 'tb_coel', 'coel_projet', 'cpr_id_projet');
3686
VALUES ('tb_coel', 'coel_personne', 'cp_ce_projet', 'tb_coel', 'coel_projet', 'cpr_id_projet');
3692
INSERT INTO `phpmyadmin`.`pma_relation` (`master_db`, `master_table`, `master_field`, `foreign_db`, `foreign_table`, `foreign_field`) 
3687
INSERT INTO `phpmyadmin`.`pma_relation` (`master_db`, `master_table`, `master_field`, `foreign_db`, `foreign_table`, `foreign_field`) 
3693
VALUES ('tb_coel', 'coel_structure', 'cs_ce_projet', 'tb_coel', 'coel_projet', 'cpr_id_projet');
3688
VALUES ('tb_coel', 'coel_structure', 'cs_ce_projet', 'tb_coel', 'coel_projet', 'cpr_id_projet');
3694
INSERT INTO `phpmyadmin`.`pma_relation` (`master_db`, `master_table`, `master_field`, `foreign_db`, `foreign_table`, `foreign_field`) 
3689
INSERT INTO `phpmyadmin`.`pma_relation` (`master_db`, `master_table`, `master_field`, `foreign_db`, `foreign_table`, `foreign_field`)