Sha256: e76786a26b7eb9610da3dcdd3938c15474ad9ed4befb60b96de58bd6359abf5c
Contents?: true
Size: 472 Bytes
Versions: 23
Compression:
Stored size: 472 Bytes
Contents
class CreateC80YaxJoinTableCommonPropsPropNames < ActiveRecord::Migration def change create_table :c80_yax_common_props_prop_names, :id => false do |t| t.integer :common_prop_id, :null => false t.integer :prop_name_id, :null => false end add_index :c80_yax_common_props_prop_names, [:common_prop_id, :prop_name_id], name: 'too_long5' add_index :c80_yax_common_props_prop_names, [:prop_name_id, :common_prop_id], name: 'too_long6' end end
Version data entries
23 entries across 23 versions & 1 rubygems