Bonjour,
j'ai dans une table un champ "varchar (250)" que je souhaite transformer en "text" (j'avais sous estimé la quantité de données que je souhaitais y mettre...
quand fait :
Code:ALTER TABLE nom_table CHANGE nom_champ nom_champ TEXT not null
quelqu'un peut il m'aiderCitation:
mysql me répond que ma table est "used in key specification without a key length"...
par avance merci.