c399f7d07a
1 2 3 4 5 6 7 8
class CreateReviews < ActiveRecord::Migration[6.0] def change create_table :reviews do |t| t.belongs_to :message, null: false t.string :author_name, null: false end end end