gpt4 book ai didi

ruby-on-rails - Rake 数据库迁移失败,错误为 "undefined method ` double`"

转载 作者:行者123 更新时间:2023-12-03 18:26:51 25 4
gpt4 key购买 nike

我定义了一个脚手架,其中一些 sqlite 列的类型为 double。当我运行 rake db:migrate 时,出现以下错误:

undefined method `double' for #<ActiveRecord::ConnectionAdapters::TableDefinition:>

是否有另一种方法来指定 Rails 能够理解的 double?我应该在这里使用 float 吗?

这是脚手架命令:

rails generate scaffold shop name:string latitude:double

最佳答案

尝试使用 float 而不是 double。看看here .

关于ruby-on-rails - Rake 数据库迁移失败,错误为 "undefined method ` double`",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14485066/

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