gpt4 book ai didi

ruby-on-rails - 复杂索引的 rails 长度

转载 作者:太空宇宙 更新时间:2023-11-03 16:19:59 25 4
gpt4 key购买 nike

<分区>

我这样写迁移:

create_table :table1 do |t|
t.string :foo, null: false, default: '', limit: 512
t.integer :bar, null: false


t.index [:foo, :bar]
end

出现错误

Mysql2::Error: Specified key was too long; max key length is 767 bytes

除了减少 foo 列的限制外,我该如何解决这个问题?

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