PostgreSQL的Liquibase BRIN和HASH索引?

时间:2018-06-13 21:01:28

标签: postgresql liquibase

我正在尝试为我的数据库列添加BRIN索引。

- createIndex:
    indexName: titles_updated_at_idx
    tableName: titles
    columns:
    - name: updated_at
      type: DATETIME

如何使用Liquibase做到这一点?

0 个答案:

没有答案