Applies to:
- Liquibase Secure (Pro)
- Liquibase Community (Open Source)
Conditions:
- Any version of Liquibase Secure (Pro) or Community
- Any database
Question:
Does Liquibase support database extension datatypes?
Answer:
In general, as long as the SQL is valid for a target database, Liquibase should not have any issues deploying the SQL.
For example, the vector datatype is not natively available in Postgres but can be added as an extension. After the extension is added and enabled in the database, a script using the vector datatype can be deployed. There isn't any additional configuration needed to be performed on the Liquibase side.
Comments
0 comments
Article is closed for comments.