ffmprovisr/db/migrate/20140804013754_create_forms.rb

9 lines
126 B
Ruby
Raw Normal View History

2014-08-04 03:43:33 +02:00
class CreateForms < ActiveRecord::Migration
def change
create_table :forms do |t|
t.timestamps
end
end
end