NAME
Test2::Harness::UI::Schema::Result::Email
COMPONENTS LOADED
TABLE: email
ACCESSORS
email_id
data_type: 'uuid'
default_value: uuid_generate_v4()
is_nullable: 0
size: 16
user_id
data_type: 'uuid'
is_foreign_key: 1
is_nullable: 0
size: 16
local
data_type: 'citext'
is_nullable: 0
domain
data_type: 'citext'
is_nullable: 0
verified
data_type: 'boolean'
default_value: false
is_nullable: 0
PRIMARY KEY
UNIQUE CONSTRAINTS
email_local_domain_key
RELATIONS
email_verification_code
Type: might_have
Related object: Test2::Harness::UI::Schema::Result::EmailVerificationCode
primary_email
Type: might_have
Related object: Test2::Harness::UI::Schema::Result::PrimaryEmail
user
Type: belongs_to
Related object: Test2::Harness::UI::Schema::Result::User
METHODS
SOURCE
The source code repository for Test2-Harness-UI can be found at http://github.com/Test-More/Test2-Harness-UI/.
MAINTAINERS
AUTHORS
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/