CREATE TABLE `m` (
`id` mediumint( 9 ) NOT NULL AUTO_INCREMENT ,
`session` text NOT NULL ,
`prenom` text NOT NULL ,
`passe` text NOT NULL ,
`roue` text NOT NULL,
KEY `id` ( `id` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =1;
je souhaite donc une valeur par default au champ "roue" et j'ai essayer multiple solutions mais sans succès !Une tite aide