NAME

testDB::Schema::Result::Dvd

ACCESSORS

id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0

title

data_type: 'text'
default_value: (empty string)
is_nullable: 0

owner_id

data_type: 'integer'
is_foreign_key: 1
is_nullable: 1

RELATIONS

owner

Type: belongs_to

Related object: testDB::Schema::Result::Owner