Change: ‘addColumn’

The <addColumn> change works the same as before except that now the column may have a geometry type.

Example

<changeSet id="1" author="bob">
   <addColumn tableName="home">
      <column name="location" type="geometry(Point, 4326)"/>
   </addColumn>
</changeSet>