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

BASE CLASS: Evid::Schema::Base

TABLE: dashboard

ACCESSORS

id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0

site

data_type: 'text'
is_nullable: 1

group

data_type: 'text'
is_nullable: 1

group_idx

data_type: 'integer'
is_nullable: 1

enrolled

data_type: 'integer'
default_value: 0
is_nullable: 1

complete

data_type: 'integer'
default_value: 0
is_nullable: 1

PRIMARY KEY

UNIQUE CONSTRAINTS

site_group_group_idx_unique