NAME

Maximus::Schema::Result::ModuleVersion

ACCESSORS

id

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

module_id

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

version

data_type: 'varchar'
is_nullable: 0
size: 10

remote_location

data_type: 'varchar'
is_nullable: 1
size: 255

archive

data_type: 'longblob'
is_nullable: 1

meta_data

data_type: 'text'
is_nullable: 1

RELATIONS

module_dependencies

Type: has_many

Related object: Maximus::Schema::Result::ModuleDependency

module

Type: belongs_to

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

sqlt_deploy_hook

Force MySQL to use InnoDB and UTF-8