NAME

Perl5::CoreSmokeDB::Schema::Result::Config

COMPONENTS LOADED

TABLE: config

ACCESSORS

id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
sequence: 'config_id_seq'

report_id

data_type: 'integer'
is_foreign_key: 1
is_nullable: 0

arguments

data_type: 'text'
is_nullable: 0
original: {data_type => "varchar"}

debugging

data_type: 'text'
is_nullable: 0
original: {data_type => "varchar"}

started

data_type: 'timestamp with time zone'
is_nullable: 1

duration

data_type: 'integer'
is_nullable: 1

cc

data_type: 'text'
is_nullable: 1
original: {data_type => "varchar"}

ccversion

data_type: 'text'
is_nullable: 1
original: {data_type => "varchar"}

PRIMARY KEY

RELATIONS

report

Type: belongs_to

Related object: Perl5::CoreSmokeDB::Schema::Result::Report

results

Type: has_many

Related object: Perl5::CoreSmokeDB::Schema::Result::Result

$record->as_hashref([$is_full])

Returns a HashRef with the inflated columns.

Parameters

Positional:

1. 'full'

If the word full is passed as the first argument the related results are also included in the resulting HashRef.