# This migration comes from faalis (originally 20140613120923) class AddUsersGroupsTable < ActiveRecord::Migration def change create_table :faalis_groups_users do |t| t.belongs_to :user t.belongs_to :group end end end