Sha256: e711693b13a4d62627e27059532ce2ae3fa5e9cee3e4cd6f30879500dcb93213

Contents?: true

Size: 404 Bytes

Versions: 20

Compression:

Stored size: 404 Bytes

Contents

class CreateC80YaxJoinTableColorsItems < ActiveRecord::Migration[5.0]
  def change
    create_table :c80_yax_colors_items, :id => false do |t|
      t.integer :color_id, :null => false
      t.integer :item_id, :null => false
    end

    add_index :c80_yax_colors_items, [:color_id, :item_id], name: 'too_long17'
    add_index :c80_yax_colors_items, [:item_id, :color_id], name: 'too_long18'

  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
c80_yax-0.1.0.25 db/migrate/20170625180000_create_c80_yax_join_table_colors_items.rb
c80_yax-0.1.0.24 db/migrate/20170625180000_create_c80_yax_join_table_colors_items.rb
c80_yax-0.1.0.23 db/migrate/20170625180000_create_c80_yax_join_table_colors_items.rb
c80_yax-0.1.0.22 db/migrate/20170625180000_create_c80_yax_join_table_colors_items.rb
c80_yax-0.1.0.21 db/migrate/20170625180000_create_c80_yax_join_table_colors_items.rb
c80_yax-0.1.0.20 db/migrate/20170625180000_create_c80_yax_join_table_colors_items.rb
c80_yax-0.1.0.18 db/migrate/20170625180000_create_c80_yax_join_table_colors_items.rb
c80_yax-0.1.0.17 db/migrate/20170625180000_create_c80_yax_join_table_colors_items.rb
c80_yax-0.1.0.16 db/migrate/20170625180000_create_c80_yax_join_table_colors_items.rb
c80_yax-0.1.0.15 db/migrate/20170625180000_create_c80_yax_join_table_colors_items.rb
c80_yax-0.1.0.14 db/migrate/20170625180000_create_c80_yax_join_table_colors_items.rb
c80_yax-0.1.0.13 db/migrate/20170625180000_create_c80_yax_join_table_colors_items.rb
c80_yax-0.1.0.12 db/migrate/20170625180000_create_c80_yax_join_table_colors_items.rb
c80_yax-0.1.0.11 db/migrate/20170625180000_create_c80_yax_join_table_colors_items.rb
c80_yax-0.1.0.10 db/migrate/20170625180000_create_c80_yax_join_table_colors_items.rb
c80_yax-0.1.0.9 db/migrate/20170625180000_create_c80_yax_join_table_colors_items.rb
c80_yax-0.1.0.8 db/migrate/20170625180000_create_c80_yax_join_table_colors_items.rb
c80_yax-0.1.0.7 db/migrate/20170625180000_create_c80_yax_join_table_colors_items.rb
c80_yax-0.1.0.6 db/migrate/20170625180000_create_c80_yax_join_table_colors_items.rb
c80_yax-0.1.0.5 db/migrate/20170625180000_create_c80_yax_join_table_colors_items.rb