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