class CreateReservationReservations < ActiveRecord::Migration def change create_table :reservation_reservations do |t| t.integer :event_id t.string :subject_type t.integer :subject_id t.string :reservation_status t.string :role t.timestamps end end end