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

DESCRIPTION

Linker table for connecting the Interchange6::Schema::Result::Navigation class to the <Interchange6::Schema::Result::Attribute> class records.

ACCESSORS

Primary key.

Foreign key constraint on "navigation_id" in Interchange6::Schema::Result::Navigation via "navigation" relationship.

attributes_id

Foreign key constraint on "attribute_id" in Interchange6::Schema::Result::Attribute via "attribute" relationship.

UNIQUE CONSTRAINT

RELATIONS

Type: belongs_to

Related object: Interchange6::Schema::Result::Navigation

attribute

Type: belongs_to

Related object: Interchange6::Schema::Result::Attribute

Type: has_many

Related object: Interchange6::Schema::Result::NavigationAttributeValue