view web/hgbook/comments/sql/element.mysql.sql @ 673:ad304b606163

Initial cut at web comment system import
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 10 Mar 2009 21:42:19 -0700
parents
children
line wrap: on
line source

alter table comments_element convert to character set utf8 collate utf8_bin;
alter table comments_element default character set utf8 collate utf8_bin;