par
rene06530 » 02 nov. 2015, 16:10
Voici la stucture
--
-- Structure de la table `descriptif`
--
CREATE TABLE IF NOT EXISTS `descriptif` (
`pseudo` varchar(20) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
`titre` longtext NOT NULL,
`situation` longtext NOT NULL,
`description` longtext NOT NULL,
`complement` longtext NOT NULL,
PRIMARY KEY (`pseudo`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Voici la stucture
--
-- Structure de la table `descriptif`
--
CREATE TABLE IF NOT EXISTS `descriptif` (
`pseudo` varchar(20) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
`titre` longtext NOT NULL,
`situation` longtext NOT NULL,
`description` longtext NOT NULL,
`complement` longtext NOT NULL,
PRIMARY KEY (`pseudo`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;