MarcWiki

Le wiki de Marc Meurrens
connexion :
Help > Home > Tech > Gesellen > Db > Misc >
(no edit access)

Db/Misc/NoPointer

Resp. Mise à jour 24 Février 2010 à 10h22 par
  • mason_doc_action

double emploi ?????

mason_doc_action


Structure de la table `mason_doc_action`


DROP TABLE IF EXISTS `mason_doc_action`;
CREATE TABLE IF NOT EXISTS `mason_doc_action` (
`action` varchar(16) character set ascii NOT NULL,
`meaning` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;


Contenu de la table `mason_doc_action`