NAME

MyApp::Schema::Result::Role

COMPONENTS LOADED

TABLE: role

ACCESSORS

id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
sequence: 'role_id_seq'

name

data_type: 'text'
is_nullable: 0

PRIMARY KEY

UNIQUE CONSTRAINTS

role_name_key

RELATIONS

user_roles

Type: has_many

Related object: MyApp::Schema::Result::UserRole