Subversion Repositories eFlore/Applications.del

Compare Revisions

No changes between revisions

Regard whitespace Rev 720 → Rev 721

/trunk/doc/bdd/schema_bdd_del_v2.pdf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/doc/bdd/schema_bdd_del_v2.pdf
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/doc/bdd/sql/del.sql
53,10 → 53,10
`id_observation` BIGINT NOT NULL AUTO_INCREMENT ,
`ce_utilisateur` INT NOT NULL ,
`nom_sel` VARCHAR(255) NULL DEFAULT 'Nom scientifique sélectionné par l\'utilisateur.' ,
`nom_sel_nn` INT NULL DEFAULT Identifiant du nom sélectionné. ,
`nom_sel_nn` DECIMAL(9,0) NULL DEFAULT Identifiant du nom sélectionné. ,
`nom_ret` VARCHAR(255) NULL DEFAULT 'Nom scientifique retenu correspondant au nom sélectionné.' ,
`nom_ret_nn` INT NULL DEFAULT Identifiant du nom retenu. ,
`nt` INT NULL DEFAULT Numéro taxonomique du taxon correspondant au nom sélectionné. ,
`nom_ret_nn` DECIMAL(9,0) NULL DEFAULT Identifiant du nom retenu. ,
`nt` DECIMAL(9,0) NULL DEFAULT Numéro taxonomique du taxon correspondant au nom sélectionné. ,
`famille` VARCHAR(255) NULL DEFAULT 'Nom de la famille du nom sélectionné.' ,
`ce_zone_geo` VARCHAR(50) NULL ,
`zone_geo` VARCHAR(255) NULL ,
/trunk/doc/bdd/schema_bdd_del.mwb
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream