gpt4 book ai didi

ruby-on-rails - 迁移 : change column from integer to string

转载 作者:行者123 更新时间:2023-12-04 01:34:06 28 4
gpt4 key购买 nike

谁能告诉我如何编辑以下迁移以更改 :phone整数到字符串?

class CreateContactInfos < ActiveRecord::Migration
def change
create_table :contact_infos do |t|
t.integer :phone
t.string :facebook
t.references :user

t.timestamps
end
add_index :contact_infos, :user_id
end
end

提前致谢!

最佳答案

我猜你已经迁移了你展示的那个,所以创建另一个你放置的:

change_column :contact_infos, :phone, :string

关于ruby-on-rails - 迁移 : change column from integer to string,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6834175/

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