summaryrefslogtreecommitdiff
path: root/common/changelog/drop-table-oracle-patch.xml
blob: 5f222dc35f7f61afc3add38e4630641cdca2e906 (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="object1" kind="object">
      <column name="id" type="NUMBER(10)" null="false"/>
      <column name="num" type="NUMBER(10)" null="false"/>
      <primary-key>
        <column name="id"/>
      </primary-key>
    </table>
  </model>
</changelog>