Set unique index length

I'm using a custom blob column type in mysql and need to specify a unique index on it. Because it's a blob the index length must be set but there seems to be no way of doing this? Anyone have some idea?
Was this page helpful?