Class: ProductFeatureInteractionType

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

Overview

create_table :product_feature_interaction_types do |t|

t.string :internal_identifier
t.string :description

t.timestamps

end

add_index :product_feature_interaction_types, :internal_identifier, name: ‘product_ft_int_types_iid_idx’