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

RackTables::Schema::Result::IPv4RS

ACCESSORS

id

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

inservice

data_type: 'enum'
default_value: 'no'
extra: {list => ["yes","no"]}
is_nullable: 0

rsip

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

rsport

data_type: 'smallint'
extra: {unsigned => 1}
is_nullable: 1

rspool_id

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

rsconfig

data_type: 'text'
is_nullable: 1

RELATIONS

rspool

Type: belongs_to

Related object: RackTables::Schema::Result::IPv4RSPool