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