JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: indent sql with tabs
authorJason Woofenden <jason@jasonwoof.com>
Fri, 27 Mar 2015 21:22:12 +0000 (17:22 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Fri, 27 Mar 2015 21:22:12 +0000 (17:22 -0400)
metaform/template.sql

index 9c27796..4ea5562 100644 (file)
@@ -1,5 +1,5 @@
 drop table if exists ~table_name~;
 create table ~table_name~ (
 drop table if exists ~table_name~;
 create table ~table_name~ (
-    id int unique auto_increment~column {~,
-    ~name~ ~type~ not null default ~default~~}~
+       id int unique auto_increment~column {~,
+       ~name~ ~type~ not null default ~default~~}~
 ) CHARSET=utf8;
 ) CHARSET=utf8;