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

COMPONENTS LOADED

TABLE: projects

ACCESSORS

project_id

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

name

  data_type: 'citext'
  is_nullable: 0

PRIMARY KEY

UNIQUE CONSTRAINTS

projects_name_key

RELATIONS

durations

Type: has_many

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

durations_states

Type: has_many

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

permissions

Type: has_many

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

runs

Type: has_many

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

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/