NAME
Perl5::CoreSmokeDB::Schema::Result::FailureForEnv
COMPONENTS LOADED
TABLE: failures_for_env
ACCESSORS
result_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
failure_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
UNIQUE CONSTRAINTS
failures_for_env_result_id_failure_id_key
RELATIONS
failure
Type: belongs_to
Related object: Perl5::CoreSmokeDB::Schema::Result::Failure
result
Type: belongs_to
Related object: Perl5::CoreSmokeDB::Schema::Result::Result
$record->as_hashref
Returns a HashRef with the inflated columns.