"But it does not work"
...and the error you got is?
Most likely you are using the 'desctiption' column in an index, and when you use a BLOB field like 'TEXT' in an index, you have to specify a length; how many characters from the text should be used in the index. (don't use all characters, or you might as well not use an index)