Subversion Repositories eFlore/Applications.del

Compare Revisions

Regard whitespace Rev 715 → Rev 721

/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 ,