1 class CreateParticipations < ActiveRecord::Migration
3 # create_table :participations do |t|
4 # t.integer :group_id, :null => false
5 # t.integer :repository_id, :null => false
6 # t.integer :creator_id
9 # add_index :participations, [:group_id, :repository_id]
13 # drop_table :participations