Drops an existing column
<dropColumn tableName="person" columnName="ssn"/>
| tableName | Name of the table containing the column to drop [required] |
|---|---|
| schemaName | Name of the table schema |
| columnName | Name of the column to drop [required] |
| MySQL | No Issues |
|---|---|
| PostgreSQL | No Issues |
| Oracle | No Issues |
| MS-SQL | No Issues |
| Sybase | No Issues |
| DB2 | No Issues |
| Derby | Not Supported |
| HSQL | No Issues |
| H2 | No Issues |
| Caché | No Issues |
| Firebird | No Issues |
| MaxDB | No Issues |
| SQLite | No Issues |
Automatic Rollback Support: NO