gpt4 book ai didi

ruby-on-rails - 类型为 GIN 或 GiST 的 Rails 4 pgsql add_index

转载 作者:行者123 更新时间:2023-11-29 11:07:12 24 4
gpt4 key购买 nike

在 Rails 中可以这样做:

add_index :table, :column_name, :using => 'btree'

是否可以在 Rails 4 中使用 PGSQL 添加 GINGiST 索引,例如:

add_index :students, :name, :using => 'gin'

或者我是否有使用手动执行语句?这背后的想法是我想保留 schema.rb 而不是使用 structure.sql

最佳答案

在 Rails 4 中,您现在可以在迁移中执行类似的操作:

add_index :products, :data, using: :gin

关于ruby-on-rails - 类型为 GIN 或 GiST 的 Rails 4 pgsql add_index,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18725081/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com