Fix: bad length of field with index in utf8

This commit is contained in:
Regis Houssin 2010-09-28 06:10:56 +00:00
parent 43b4ebdd23
commit 329ab8a392

View File

@ -25,5 +25,5 @@ create table llx_boxes_def
file varchar(200) NOT NULL,
entity integer DEFAULT 1 NOT NULL, -- multi company id
tms timestamp,
note varchar(140)
note varchar(130)
)type=innodb;