20160109100011_create_pictures.rb 157 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 class CreatePictures < ActiveRecord::Migration def change create_table :pictures do |t| t.string :filename t.timestamps end end end