X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Ftemplate.sql;h=20b34bd31e5304f80154c95abaad3c8c91cafd25;hb=b45e6d51148bf9100d302713d3f8e6885fd072a3;hp=85686f84c56535f7595c560bbc6317e845fc654c;hpb=c63498c465bec640bbd8a521216aa37ba178b821;p=wfpl.git diff --git a/metaform/template.sql b/metaform/template.sql index 85686f8..20b34bd 100644 --- a/metaform/template.sql +++ b/metaform/template.sql @@ -1,5 +1,5 @@ drop table if exists ~table_name~; create table ~table_name~ ( - id int unique auto_increment, - ~name~ ~type~ not null default ~default~ + id int unique auto_increment, + ~name~ ~type~ not null default ~default~ );