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

Test2::Harness::UI::Schema::Result::RunField

COMPONENTS LOADED

TABLE: run_fields

ACCESSORS

run_field_id

  data_type: 'uuid'
  default_value: uuid_generate_v4()
  is_nullable: 0
  size: 16

run_id

  data_type: 'uuid'
  is_foreign_key: 1
  is_nullable: 0
  size: 16

name

  data_type: 'citext'
  is_nullable: 0

details

  data_type: 'citext'
  is_nullable: 0
  data_type: 'citext'
  is_nullable: 1

data

  data_type: 'jsonb'
  is_nullable: 1

PRIMARY KEY

RELATIONS

run

Type: belongs_to

Related object: Test2::Harness::UI::Schema::Result::Run