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

BASE CLASS: Evid::Schema::Base

TABLE: subject

ACCESSORS

id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0

sitename

data_type: 'text'
is_nullable: 1

idx

data_type: 'integer'
is_nullable: 1

username

data_type: 'text'
is_foreign_key: 1
is_nullable: 1

created_at

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

data

data_type: 'text'
is_nullable: 1
serializer_class: 'JSON'

PRIMARY KEY

RELATIONS

scoreboard

Type: might_have

Related object: Evid::Schema::Result::Scoreboard

subject_groups

Type: has_many

Related object: Evid::Schema::Result::SubjectGroup

username

Type: belongs_to

Related object: Evid::Schema::Result::User