Sha256: 54b79d92c031defbc7aa360b3e5529ea99543fa9f713d774d964044bdbfa9c54

Contents?: true

Size: 464 Bytes

Versions: 21

Compression:

Stored size: 464 Bytes

Contents

class CreateBitPlayerParticipantStatuses < ActiveRecord::Migration
  def change
    create_table :bit_player_participant_statuses do |t|
      t.string :context
      t.integer :module_position
      t.integer :provider_position
      t.integer :content_position
      t.integer :participant_id, null: false

      t.timestamps
    end

    add_index :bit_player_participant_statuses, :participant_id, name: :index_participant_statuses_on_participant_id
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
bit_player-0.4.10 db/migrate/20140305232705_create_bit_player_participant_statuses.rb
bit_player-0.4.9 db/migrate/20140305232705_create_bit_player_participant_statuses.rb
bit_player-0.5.0 db/migrate/20140305232705_create_bit_player_participant_statuses.rb
bit_player-0.4.4 db/migrate/20140305232705_create_bit_player_participant_statuses.rb
bit_player-0.4.3 db/migrate/20140305232705_create_bit_player_participant_statuses.rb
bit_player-0.4.2 db/migrate/20140305232705_create_bit_player_participant_statuses.rb
bit_player-0.4.1 db/migrate/20140305232705_create_bit_player_participant_statuses.rb
bit_player-0.4.0 db/migrate/20140305232705_create_bit_player_participant_statuses.rb
bit_player-0.3.0 db/migrate/20140305232705_create_bit_player_participant_statuses.rb
bit_player-0.2.5 db/migrate/20140305232705_create_bit_player_participant_statuses.rb
bit_player-0.2.3 db/migrate/20140305232705_create_bit_player_participant_statuses.rb
bit_player-0.2.2 db/migrate/20140305232705_create_bit_player_participant_statuses.rb
bit_player-0.2.1 db/migrate/20140305232705_create_bit_player_participant_statuses.rb
bit_player-0.2.0 db/migrate/20140305232705_create_bit_player_participant_statuses.rb
bit_player-0.1.4 db/migrate/20140305232705_create_bit_player_participant_statuses.rb
bit_player-0.1.3 db/migrate/20140305232705_create_bit_player_participant_statuses.rb
bit_player-0.1.2 db/migrate/20140305232705_create_bit_player_participant_statuses.rb
bit_player-0.1.1 db/migrate/20140305232705_create_bit_player_participant_statuses.rb
bit_player-0.1.0 db/migrate/20140305232705_create_bit_player_participant_statuses.rb
bit_player-0.0.5 db/migrate/20140305232705_create_bit_player_participant_statuses.rb