Subject: | Text fields cannot be indexed without truncation in mysql |
See also this ticket : Bug #68734 for DBIx-Class-Schema-Loader,
we need some way to create the following sql :
CREATE TABLE GOOD (
sometext text NOT NULL,
UNIQUE KEY sometext2 ( sometext(150))
)