Subversion Repositories eFlore/Applications.del

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1443 → Rev 1444

/trunk/doc/bdd/schema_bdd_del.pdf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/doc/bdd/sql/del.sql
100,7 → 100,7
`intitule` VARCHAR(255) NOT NULL ,
`descriptif` TEXT NULL ,
`tag` VARCHAR(255) NULL ,
`mots_cles` TEXT NULL COMMENT 'Mots clés associés au protocole, ceux ci déterminent les mots clés présentés \"à cocher\" dans l\'interface, lorsque le protocole est selectionné' ,
`mots_cles` VARCHAR(600) NOT NULL COMMENT 'Mots clés associés au protocole, ceux ci déterminent les mots clés présentés \"à cocher\" dans l\'interface, lorsque le protocole est selectionné' ,
PRIMARY KEY (`id_protocole`) )
ENGINE = MyISAM
DEFAULT CHARACTER SET = utf8
156,8 → 156,8
CREATE TABLE IF NOT EXISTS `del_commentaire` (
`id_commentaire` BIGINT NOT NULL AUTO_INCREMENT ,
`ce_observation` BIGINT NOT NULL ,
`ce_proposition` INT NULL DEFAULT '0' ,
`ce_commentaire_parent` BIGINT NULL DEFAULT '0' ,
`ce_proposition` INT NULL DEFAULT 0 ,
`ce_commentaire_parent` BIGINT NULL DEFAULT 0 ,
`texte` TEXT NULL DEFAULT NULL ,
`ce_utilisateur` INT NULL DEFAULT '0' ,
`utilisateur_prenom` VARCHAR(255) NOT NULL ,
171,7 → 171,8
`famille` VARCHAR(255) NULL DEFAULT NULL ,
`nom_referentiel` VARCHAR(255) NULL DEFAULT NULL ,
`date` DATETIME NOT NULL COMMENT 'Date de création du commentaire.' ,
`proposition_initiale` INT(1) NOT NULL DEFAULT '0' ,
`proposition_initiale` INT(1) NOT NULL DEFAULT 0 COMMENT 'La proposition initiale est le nom_sel d\'origine copié ici dès lors que des commentaires adviennent.' ,
`proposition_retenue` INT(1) NOT NULL DEFAULT 0 COMMENT 'La proposition \"validée\" une fois que l\'auteur à validé et que le nom_sel de cel_obs a été modifié à partir du nom_sel de del_commentaire.' ,
PRIMARY KEY (`id_commentaire`) )
ENGINE = MyISAM
DEFAULT CHARACTER SET = utf8
/trunk/doc/bdd/schema_bdd_del.mwb
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream