gpt4 book ai didi

ruby-on-rails - Rails 3迁移以添加未签名的int列

转载 作者:行者123 更新时间:2023-12-04 03:08:36 26 4
gpt4 key购买 nike

我想生成一个迁移,以将列添加到数据类型为unsigned int的表中。我希望使用它来存储this article中提到的IP地址。

我碰到了this question,但是它将使迁移数据库依赖于任何方式,您知道如何更好地做到这一点吗?

最佳答案

步骤1:

将activerecord-mysql-unsigned添加到GemFile

# add unsigned integer support to mysql2 adapter
gem "activerecord-mysql-unsigned", "~> 0.0.1"

第2步:
安装 gem
bundle install

步骤3:

在您喜欢的字段中使用“unsigned:true”
t.integer :cost, unsigned: true

引用: http://rubydoc.info/gems/activerecord-mysql-unsigned/0.0.1/frames

关于ruby-on-rails - Rails 3迁移以添加未签名的int列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14360436/

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