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