NAME
CDTest::Schema::Result::LyricVersion
TABLE: lyric_versions
ACCESSORS
id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
lyric_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
text
data_type: 'varchar'
is_nullable: 0
size: 100
PRIMARY KEY
UNIQUE CONSTRAINTS
lyric_id_text_unique
RELATIONS
lyric
Type: belongs_to
Related object: CDTest::Schema::Result::Lyric