X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Ftemplate.sql;h=9c27796c813df005982eace58b862c332e4100e4;hb=1883204000b0d20d9dc41e025345592166518a8b;hp=f06c42d196f920b5ff03a7a9eed13661f9074270;hpb=d37433940a2f34406b5adb26dab8525bb4b0e019;p=wfpl.git diff --git a/metaform/template.sql b/metaform/template.sql index f06c42d..9c27796 100644 --- a/metaform/template.sql +++ b/metaform/template.sql @@ -2,4 +2,4 @@ drop table if exists ~table_name~; create table ~table_name~ ( id int unique auto_increment~column {~, ~name~ ~type~ not null default ~default~~}~ -); +) CHARSET=utf8;