aboutsummaryrefslogtreecommitdiff
path: root/common/changelog/alter-column-oracle-patch.xml
blob: e0c003bd176a7514c80be21e337fc35f2c11f9c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="oracle" version="1">
  <model version="2">
    <table name="object">
      <column name="id" type="NUMBER(10)" null="false"/>
      <column name="num" type="NUMBER(10)" null="true"/>
      <primary-key auto="true">
        <column name="id"/>
      </primary-key>
    </table>
  </model>
</changelog>