NAME

Interchange6::Schema::Result::Role

TABLE: roles

ACCESSORS

roles_id

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

name

data_type: 'varchar'
is_nullable: 0
size: 32

label

data_type: 'varchar'
is_nullable: 0
size: 255

PRIMARY KEY

RELATIONS

GroupPricing

Type: has_many

Related object: Interchange6::Schema::Result::GroupPricing

Permission

Type: has_many

Related object: Interchange6::Schema::Result::Permission

UserRole

Type: has_many

Related object: Interchange6::Schema::Result::UserRole

User

Type: many_to_many

Composing rels: "UserRole" -> User