Sha256: ef9d22faee6d4181f30b9246597fff6b1ec9e15239c5e71fab91591bbfcbe664

Contents?: true

Size: 192 Bytes

Versions: 7

Compression:

Stored size: 192 Bytes

Contents

class HasAndBelongsToManyIssuesUser < ActiveRecord::Migration
  def change
    create_table :got_fixed_issues_users do |t|
      t.belongs_to :user
      t.belongs_to :issue
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
got_fixed-0.1.0 db/migrate/20130924123004_has_and_belongs_to_many_issues_user.rb
got_fixed-0.0.6 db/migrate/20130924123004_has_and_belongs_to_many_issues_user.rb
got_fixed-0.0.5 db/migrate/20130924123004_has_and_belongs_to_many_issues_user.rb
got_fixed-0.0.4 db/migrate/20130924123004_has_and_belongs_to_many_issues_user.rb
got_fixed-0.0.3 db/migrate/20130924123004_has_and_belongs_to_many_issues_user.rb
got_fixed-0.0.2 db/migrate/20130924123004_has_and_belongs_to_many_issues_user.rb
got_fixed-0.0.1 db/migrate/20130924123004_has_and_belongs_to_many_issues_user.rb