标签: postgresql liquibase
我正在尝试为我的数据库列添加BRIN索引。
- createIndex: indexName: titles_updated_at_idx tableName: titles columns: - name: updated_at type: DATETIME
如何使用Liquibase做到这一点?