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