20141006232631_create_project_images.rb 196 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 class CreateProjectImages < ActiveRecord::Migration def change create_table :project_images do |t| t.belongs_to :project t.string :image_url t.timestamps end end end