NAME

CDTest::Schema::Result::Image

TABLE: images

ACCESSORS

id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0

artwork_id

data_type: 'integer'
is_foreign_key: 1
is_nullable: 0

name

data_type: 'varchar'
is_nullable: 0
size: 100

data

data_type: 'blob'
is_nullable: 1

PRIMARY KEY

RELATIONS

artwork

Type: belongs_to

Related object: CDTest::Schema::Result::CDArtwork