mysql_table_type extra data and InnoDB derivation fix.
[dbsrgits/SQL-Translator.git] / t / data / template / table.tt
CommitLineData
0be5b227 1Table: [% table %]
2 Primary Key: [% table.pkey_fields.join(", ") %]
3 Foriegn Keys: [% table.key_fields.join(", ") %]
4 Data Fields: [% table.data_fields.join(", ") %]
5