# frozen_string_literal:true
class CreateGroups < ActiveRecord::Migration[4.2]
def change
create_table :groups do |t|
t.string :name
t.timestamps
end