NAME

Maximus::Schema::Result::Modscope

ACCESSORS

id

data_type: 'integer'
extra: {unsigned => 1}
is_auto_increment: 1
is_nullable: 0

name

data_type: 'varchar'
is_nullable: 0
size: 45

RELATIONS

modules

Type: has_many

Related object: Maximus::Schema::Result::Module

METHODS

insert

Inserting a modscope record will also insert a role with a value of modscope-id-mutable and modscope-id-readable.

delete

Deleting a scm record will also remove any related roles

get_role

Retrieve role

get_authors

Retrieve the authors who're allowed to use this modscope

sqlt_deploy_hook

Force MySQL to use InnoDB and UTF-8