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

BASE CLASS: Evid::Schema::Base

TABLE: scoreboard

ACCESSORS

id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0

subject_id

data_type: 'integer'
is_foreign_key: 1
is_nullable: 1

data

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

PRIMARY KEY

UNIQUE CONSTRAINTS

subject_id_unique

RELATIONS

subject

Type: belongs_to

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