Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jan 10, 2008
1 parent d2aa47e commit 26b2f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric/src/test/resources/test-tables-ddl.xml
Expand Up @@ -4,7 +4,7 @@
<database name="testdb">

<table name="test_very_long_table_name_1234">
<column name="id" type="INTEGER" required="true" primaryKey="true" />
<column name="id" type="VARCHAR" required="true" primaryKey="true" />
</table>

<table name="test_triggers_table">
Expand Down

0 comments on commit 26b2f10

Please sign in to comment.