blob: 15db34707e8fa41cf7fd25664ed9cb9ca103f2e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="mssql" version="1">
<changeset version="3"/>
<model version="2">
<table name="object" kind="object">
<column name="id" type="INT" null="false"/>
<column name="num" type="INT" null="true"/>
<primary-key auto="true">
<column name="id"/>
</primary-key>
</table>
</model>
</changelog>
|