git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3014 689a6050-402a-0410-94f2-e92a70836424
@@ -38,6 +38,13 @@
<description>column documentation</description>
</column>
+ <column id="another_id">
+ <name>test123</name>
+ <type>string</type>
+ <size>25</size>
+ <naturalkey/><!-- This column is a natural key for non SQL databases, e.g. db_berkeley -->
+ </column>
+
<index>
<name>bar</name>
<!--<unique/> -> UNIQUE KEY -->