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

COMPONENTS LOADED

TABLE: users

ACCESSORS

user_id

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

username

  data_type: 'citext'
  is_nullable: 0

pw_hash

  data_type: 'varchar'
  is_nullable: 0
  size: 31

pw_salt

  data_type: 'varchar'
  is_nullable: 0
  size: 22

realname

  data_type: 'text'
  is_nullable: 0

role

  data_type: 'enum'
  default_value: 'user'
  extra: {custom_type_name => "user_type",list => ["admin","user"]}
  is_nullable: 0

PRIMARY KEY

UNIQUE CONSTRAINTS

users_username_key

RELATIONS

api_keys

Type: has_many

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

emails

Type: has_many

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

permissions

Type: has_many

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

primary_email

Type: might_have

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

runs

Type: has_many

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

session_hosts

Type: has_many

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

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/