Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1209 → Rev 1210

/trunk/doc/bdd/sql/del.sql
154,6 → 154,7
`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,
PRIMARY KEY (`id_commentaire`) )
ENGINE = MyISAM
DEFAULT CHARACTER SET = utf8