Files
old-ribica/front-api/db/migrate/20150117094552_create_sections.rb
2015-01-22 22:20:34 +01:00

8 lines
133 B
Ruby

class CreateSections < ActiveRecord::Migration
def change
create_table :sections do |t|
t.string :name
end
end
end