git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3566 689a6050-402a-0410-94f2-e92a70836424
@@ -20,9 +20,11 @@
<name>id</name>
<type>unsigned int</type>
<size>&table_id_len;</size>
- <primary/>
- <default>0</default>
<natural/>
+ <autoincrement/>
+ <primary/>
+ <type db="postgres">SERIAL PRIMARY KEY</type>
+ <type db="dbtext">int,auto</type>
<description>unique ID</description>
</column>