gpt4 book ai didi

ruby-on-rails - 使用 Ruby on Rails,如何创建日期时间默认值为 2004 年 1 月 1 日的 ActiveRecord 迁移

转载 作者:太空宇宙 更新时间:2023-11-03 17:46:53 24 4
gpt4 key购买 nike

这是我的迁移

class AddUpdateStartedAtToToUserMappings < ActiveRecord::Migration
def change
add_column :user_mappings, :update_started_at, :datetime, default: DateTime.now
end
end

我希望默认值为 2004 年 1 月 1 日,而不是 DateTime.now

我该怎么做?

最佳答案

改变:

DateTime.now

DateTime.new(2004, 1, 1)

关于ruby-on-rails - 使用 Ruby on Rails,如何创建日期时间默认值为 2004 年 1 月 1 日的 ActiveRecord 迁移,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34769564/

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