Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
wfpl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
whitespace cleanup
[wfpl.git]
/
metaform
/
template.sql
1
drop table if exists ~table_name~;
2
create table ~table_name~ (
3
id int unique auto_increment~column {~,
4
~name~ ~type~ not null default ~default~~}~
5
);