dropCompositeType
Last updated: September 2, 2025
The dropCompositeType Change Type removes a defined composite type in your PostgreSQL tables, columns, and function signatures.
Run dropCompositeType
To run this Change Type, follow these steps:
Add the Change Type to your changeset, as shown in the examples on this page.
Specify any required attributes. Use the table on this page to see which ones your database requires.
Deploy your changeset by running the
updatecommand:liquibase update
Available attributes
Name | Type | Description | Requirement |
| String | Name of the catalog. | Optional |
| String | Name of the schema that contains the composite type you want to drop. | Optional |
| String | Name of the type you want to drop. | Required |
| Boolean | Drop objects only if they exist in the database. | Optional |
| String | Set to | Optional |