How to limit index length in migration

I have a column path varchar(255)
i want to make index on it and want to limit it by 60 characters.
Tell me pls, how i can make it in liquibase migration?

P.S. sorry for bad english=)