tack2us/db/migrate/20140214151745_create_pastes.rb

9 lines
128 B
Ruby
Raw Permalink Normal View History

2014-02-14 15:54:22 -05:00
class CreatePastes < ActiveRecord::Migration
def change
create_table :pastes do |t|
t.timestamps
end
end
end