Sha256: f684a7137b3ce1ccf1a1bce8378f8f6b8076e282c87a6374bef7ef66404cf75b
Contents?: true
Size: 255 Bytes
Versions: 21
Compression:
Stored size: 255 Bytes
Contents
class CreateParticipations < ActiveRecord::Migration def self.up create_table :participations do |t| t.integer :user_id t.integer :iteration_id t.timestamps end end def self.down drop_table :participations end end
Version data entries
21 entries across 21 versions & 1 rubygems