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_18_0::Result::FileLink

COMPONENTS LOADED

TABLE: FileLink

ACCESSORS

id

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

file_id

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

entity_type

data_type: 'enum'
default_value: 'object'
extra: {list => ["ipv4net","ipv4rspool","ipv4vs","object","rack","user"]}
is_nullable: 0

entity_id

data_type: 'integer'
is_nullable: 0

PRIMARY KEY

UNIQUE CONSTRAINTS

RELATIONS

file

Type: belongs_to

Related object: Schema::RackTables::0_18_0::Result::File