X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=blobdiff_plain;f=metaform%2Ftemplate.sql;h=9c27796c813df005982eace58b862c332e4100e4;hp=f06c42d196f920b5ff03a7a9eed13661f9074270;hb=dd36a08d3db16332fe23515644ae7aabd3242f5c;hpb=51cf6721f37220e1277c71545b87dcc01fbf7e81 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;