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

DESCRIPTION

Link table between Product and Message for product reviews.

ACCESSORS

messages_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

sku

  data_type: 'varchar'
  size: 64
  is_foreign_key: 1
  is_nullable: 0

PRIMARY KEY

RELATIONS

message

Type: belongs_to

Related object: Interchange6::Schema::Result::Message

product

Type: belongs_to

Related object: Interchange6::Schema::Result::Product