gpt4 book ai didi

mysql - 设置/更改 Rails id 自动增量值

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

有没有办法让我在 Rails 中设置 id 的增量值?不是 +1,而是 +10(或我指定的其他函数)。

在 MySQL 中有一个选项@@auto_increment_increment。有没有办法通过 ActiveRecord 在 Rails 中设置?我正在使用两个 Postgres。

最佳答案

查看 Rails 3.x 迁移指南:http://guides.rubyonrails.org/migrations.html

有一个他们硬编码一些sql的例子

class SomeMigration < ActiveRecord::Migration

def up
execute <<-SQL
ALTER TABLE xxx
SQL
end

end

关于mysql - 设置/更改 Rails id 自动增量值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8832989/

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