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

Evid::Schema::Result::SubjectGroup

BASE CLASS: Evid::Schema::Base

TABLE: subject_group

ACCESSORS

subject_id

data_type: 'integer'
is_foreign_key: 1
is_nullable: 0

group_id

data_type: 'integer'
is_foreign_key: 1
is_nullable: 0

idx

data_type: 'integer'
is_nullable: 0

timestamp

data_type: 'text'
inflate_datetime: 1
is_nullable: 1
set_on_create: 1
set_on_update: 1

PRIMARY KEY

RELATIONS

group

Type: belongs_to

Related object: Evid::Schema::Result::Group

subject

Type: belongs_to

Related object: Evid::Schema::Result::Subject