NAME

TestX::CatalystX::ExtensionB::Schema::Result::BookAuthor

ACCESSORS

book_id

data_type: INTEGER
default_value: undef
is_foreign_key: 1
is_nullable: 1
size: undef

author_id

data_type: INTEGER
default_value: undef
is_foreign_key: 1
is_nullable: 1
size: undef

RELATIONS

book

Type: belongs_to

Related object: TestX::CatalystX::ExtensionB::Schema::Result::Book

author

Type: belongs_to

Related object: TestX::CatalystX::ExtensionB::Schema::Result::Author