Sha256: c50c25896ef580b3d4384b439c0922880b900978613d670b20ec2a8f374fc3dc

Contents?: true

Size: 340 Bytes

Versions: 68

Compression:

Stored size: 340 Bytes

Contents

class CreateParticipantStatuses < ActiveRecord::Migration
  def up
    create_table :participant_statuses do |t|
      t.string :context
      t.integer :module_position
      t.integer :provider_position
      t.integer :content_position
      t.references :participant, index: true

      t.timestamps
    end
  end

  def down
  end
end

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
think_feel_do_engine-3.22.9 db/migrate/20140304020641_create_participant_statuses.rb
think_feel_do_engine-3.22.8 db/migrate/20140304020641_create_participant_statuses.rb
think_feel_do_engine-3.22.7 db/migrate/20140304020641_create_participant_statuses.rb
think_feel_do_engine-3.22.6 db/migrate/20140304020641_create_participant_statuses.rb
think_feel_do_engine-3.22.5 db/migrate/20140304020641_create_participant_statuses.rb
think_feel_do_engine-3.22.4 db/migrate/20140304020641_create_participant_statuses.rb
think_feel_do_engine-3.22.2 db/migrate/20140304020641_create_participant_statuses.rb
think_feel_do_engine-3.22.1 db/migrate/20140304020641_create_participant_statuses.rb
think_feel_do_engine-3.22.0 db/migrate/20140304020641_create_participant_statuses.rb
think_feel_do_engine-3.21.2 db/migrate/20140304020641_create_participant_statuses.rb
think_feel_do_engine-3.21.1 db/migrate/20140304020641_create_participant_statuses.rb
think_feel_do_engine-3.21.0 db/migrate/20140304020641_create_participant_statuses.rb
think_feel_do_engine-3.20.1 db/migrate/20140304020641_create_participant_statuses.rb
think_feel_do_engine-3.19.9 db/migrate/20140304020641_create_participant_statuses.rb
think_feel_do_engine-3.19.8 db/migrate/20140304020641_create_participant_statuses.rb
think_feel_do_engine-3.19.7 db/migrate/20140304020641_create_participant_statuses.rb
think_feel_do_engine-3.19.6 db/migrate/20140304020641_create_participant_statuses.rb
think_feel_do_engine-3.19.5 db/migrate/20140304020641_create_participant_statuses.rb
think_feel_do_engine-3.19.4 db/migrate/20140304020641_create_participant_statuses.rb
think_feel_do_engine-3.19.3 db/migrate/20140304020641_create_participant_statuses.rb