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::SmokeConfig

COMPONENTS LOADED

TABLE: smoke_config

ACCESSORS

id

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

md5

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

config

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

PRIMARY KEY

UNIQUE CONSTRAINTS

smoke_config_md5_key

RELATIONS

reports

Type: has_many

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