X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Ftemplate.sql;h=9c27796c813df005982eace58b862c332e4100e4;hb=5dfdf5fa2c160a1223f6872b0219fab8c21dabf5;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;