The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Interchange6::Schema::Result::ProductAttributeValue

TABLE: products_attributes_values

ACCESSORS

product_attributes_values_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

product_attributes_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

attribute_values_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

PRIMARY KEY

RELATIONS

ProductAttribute

Type: belongs_to

Related object: Interchange6::Schema::Result::ProductAttribute

AttributeValue

Type: belongs_to

Related object: Interchange6::Schema::Result::AttributeValue