diff --git a/webtools/bonsai/maketables.sh b/webtools/bonsai/maketables.sh index b1174ee0c50..0113e16f369 100755 --- a/webtools/bonsai/maketables.sh +++ b/webtools/bonsai/maketables.sh @@ -68,7 +68,7 @@ show index from descs; create table people ( id mediumint not null auto_increment primary key, - who varchar(32) binary not null, + who varchar(128) binary not null, unique(who) );