画像を7枚、その内2枚だけdetail(画像詳細テキスト)をつけたものを判別できるようにカラムを作りたいのですが、まったくアイディアが浮かびません。
現状はこのような形です。
class CreateImages < ActiveRecord::Migration[6.0] def change create_table :office_images do |t| t.string :image t.text :detail t.references :office, foreign_key: true t.timestamps end end end
回答1件
あなたの回答
tips
プレビュー