
Forum » » Bugs, Probs ... » » [Résolu] - Gestion des groupes
Posté : 03-11-2009 19:02 
# --------------------------------------------------------
#
# Structure de la table 'groupes'
#
DROP TABLE IF EXISTS groupes;
CREATE TABLE groupes (
groupe_id int(3),
groupe_name varchar(30) NOT NULL,
groupe_description varchar(255) NOT NULL,
UNIQUE groupe_id (groupe_id)
);
#
# Contenu de la table 'groupes'
#
# --------------------------------------------------------
Message édité par : PhilGuen / 04-11-2009 09:05
Cet article provient de NPDS REvolution 16
https://lab.grottes-et-karsts-de-chine.org/viewtopic.php?topic=24550&forum=1