Sha256: 6803f8bcb3a65b9de124f3963e4967b49c4a885503592904abea4ccc0f21097a

Contents?: true

Size: 501 Bytes

Versions: 24

Compression:

Stored size: 501 Bytes

Contents

class CreateC80YaxJoinTablePropNamesStrsubcats < ActiveRecord::Migration
  def change
    create_table :c80_yax_prop_names_strsubcats, :id => false do |t|
      t.integer :prop_name_id, :null => false
      t.integer :strsubcat_id, :null => false
    end

    add_index :c80_yax_prop_names_strsubcats, [:prop_name_id, :strsubcat_id], :unique => true, :name => 'my_index_q'
    add_index :c80_yax_prop_names_strsubcats, [:strsubcat_id, :prop_name_id], :unique => true, :name => 'my_index_w'

  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

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