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

Perl5::CoreSmokeDB::Schema::Result::Failure

COMPONENTS LOADED

TABLE: failure

ACCESSORS

id

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

test

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

status

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

extra

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

PRIMARY KEY

UNIQUE CONSTRAINTS

failure_test_status_extra_key

RELATIONS

failures_for_env

Type: has_many

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

$failure->as_hashref()

Returns a hashref with inflated columns