NAME
DemoAppMusicSchema::Result::SleeveNote
ACCESSORS
id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
text
data_type: 'varchar'
is_nullable: 0
size: 255
album_id
data_type: 'int'
is_foreign_key: 1
is_nullable: 0
RELATIONS
album
Type: belongs_to
Related object: DemoAppMusicSchema::Result::Album