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

Schema::RackTables::0_20_9::Result::EntityLink

COMPONENTS LOADED

TABLE: EntityLink

ACCESSORS

id

data_type: 'integer'
extra: {unsigned => 1}
is_auto_increment: 1
is_nullable: 0

parent_entity_type

data_type: 'enum'
extra: {list => ["location","object","rack","row"]}
is_nullable: 0

parent_entity_id

data_type: 'integer'
extra: {unsigned => 1}
is_nullable: 0

child_entity_type

data_type: 'enum'
extra: {list => ["location","object","rack","row"]}
is_nullable: 0

child_entity_id

data_type: 'integer'
extra: {unsigned => 1}
is_nullable: 0

PRIMARY KEY

UNIQUE CONSTRAINTS