NAME
Interchange6::Schema::Result::MerchandisingProduct
TABLE: merchandising_products
ACCESSORS
merchandising_products_id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
sequence: 'merchandising_products_merchandising_products_id_seq'
sku
data_type: 'varchar'
is_foreign_key: 1
is_nullable: 1
size: 32
sku_related
data_type: 'varchar'
is_foreign_key: 1
is_nullable: 1
size: 32
type
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
size: 32
PRIMARY KEY
RELATIONS
merchandising_attributes
Type: has_many
Related object: Interchange6::Schema::Result::MerchandisingAttribute
sku
Type: belongs_to
Related object: Interchange6::Schema::Result::Product
sku_related
Type: belongs_to
Related object: Interchange6::Schema::Result::Product