The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test2::Harness::UI::Schema::Result::Event

COMPONENTS LOADED

TABLE: events

ACCESSORS

event_id

  data_type: 'uuid'
  is_nullable: 0
  size: 16

job_key

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

event_ord

  data_type: 'bigint'
  is_nullable: 0

stamp

  data_type: 'timestamp'
  is_nullable: 1

parent_id

  data_type: 'uuid'
  is_nullable: 1
  size: 16

trace_id

  data_type: 'uuid'
  is_nullable: 1
  size: 16

nested

  data_type: 'integer'
  default_value: 0
  is_nullable: 1

facets

  data_type: 'jsonb'
  is_nullable: 1

facets_line

  data_type: 'bigint'
  is_nullable: 1

orphan

  data_type: 'jsonb'
  is_nullable: 1

orphan_line

  data_type: 'bigint'
  is_nullable: 1

PRIMARY KEY

RELATIONS

job_key

Type: belongs_to

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

events

Type: has_many

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

parent_rel

Type: belongs_to

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

METHODS

SOURCE

The source code repository for Test2-Harness-UI can be found at http://github.com/Test-More/Test2-Harness-UI/.

MAINTAINERS

Chad Granum <exodist@cpan.org>

AUTHORS

Chad Granum <exodist@cpan.org>

COPYRIGHT

Copyright 2019 Chad Granum <exodist7@gmail.com>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/