Class: ProductFeatureTypeProductFeatureValue

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/product_feature_type_product_feature_value.rb

Overview

create_table :product_feature_type_product_feature_values do |t|

t.references :product_feature_type
t.references :product_feature_value

t.timestamps

end

add_index :product_feature_type_product_feature_values, :product_feature_type_id, :name => ‘prod_feature_type_feature_value_type_idx’ add_index :product_feature_type_product_feature_values, :product_feature_value_id, :name => ‘prod_feature_type_feature_value_value_idx’#