JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
allowed file name and table name and pretty-print plural to differ
[wfpl.git] / metaform / template.sql
index eee20b3..85686f8 100644 (file)
@@ -1,5 +1,5 @@
-drop table if exists ~form_name~;
-create table ~form_name~ (
+drop table if exists ~table_name~;
+create table ~table_name~ (
     id int unique auto_increment<!--~column start~-->,
     ~name~ ~type~ not null default ~default~<!--~end~-->
 );