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::ProductAttribute

TABLE: product_attributes

ACCESSORS

product_attributes_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0
  sequence: 'product_attributes_product_attributes_id_seq'

name

  data_type: 'varchar'
  is_nullable: 0
  size: 32

value

  data_type: 'text'
  default_value: (empty string)
  is_nullable: 0

PRIMARY KEY

RELATIONS

products_attributes

Type: has_many

Related object: Interchange6::Schema::Result::ProductAttributes

skus

Type: many_to_many

Composing rels: "products_attributes" -> sku