Added Chris Hilton's patch so version number test is based on current version and...
[dbsrgits/SQL-Translator.git] / t / data / template / table.tt
1 Table: [% table %]
2   Primary Key:  [% table.pkey_fields.join(", ") %]
3   Foriegn Keys: [% table.key_fields.join(", ") %]
4   Data Fields:  [% table.data_fields.join(", ") %]
5