Files
old-ribica/ribica-front-api/db/migrate/20150117094552_create_sections.rb
2015-01-22 06:38:48 +01:00

8 lines
133 B
Ruby

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