NAME
DemoAppMusicSchema::Result::Track
ACCESSORS
id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
title
data_type: 'varchar'
is_nullable: 0
size: 255
length
data_type: 'varchar'
is_nullable: 1
size: 255
album_id
data_type: 'int'
is_foreign_key: 1
is_nullable: 0
copyright_id
data_type: 'int'
is_foreign_key: 1
is_nullable: 1
sales
data_type: 'int'
is_nullable: 1
releasedate
data_type: 'date'
is_nullable: 1
RELATIONS
copyright
Type: belongs_to
Related object: DemoAppMusicSchema::Result::Copyright
album
Type: belongs_to
Related object: DemoAppMusicSchema::Result::Album