blob: e2143eb5a4e649be9343ab027053218c8d1184e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<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"/>
<column name="num" type="INT" null="false"/>
<primary-key auto="true">
<column name="id"/>
</primary-key>
</table>
</model>
</changelog>
|