NAME
CDTest::Schema::Result::Track
TABLE: track
ACCESSORS
trackid
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
cd
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
position
data_type: 'int'
is_nullable: 0
title
data_type: 'varchar'
is_nullable: 0
size: 100
last_updated_on
data_type: 'datetime'
is_nullable: 1
last_updated_at
data_type: 'datetime'
is_nullable: 1
PRIMARY KEY
UNIQUE CONSTRAINTS
cd_position_unique
cd_title_unique
RELATIONS
cd
Type: belongs_to
Related object: CDTest::Schema::Result::CD
cds
Type: has_many
Related object: CDTest::Schema::Result::CD
lyrics
Type: has_many
Related object: CDTest::Schema::Result::Lyric