NAME

TestDB::Result::Artwork

COMPONENTS LOADED

TABLE: ARTWORKS

ACCESSORS

id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0

image

data_type: 'varchar'
is_nullable: 1
size: 50

thumbnail

data_type: 'varchar'
is_nullable: 1
size: 50

category

data_type: 'integer'
is_foreign_key: 1
is_nullable: 0

PRIMARY KEY

RELATIONS

artdescriptions

Type: has_many

Related object: TestDB::Result::Artdescription

category

Type: belongs_to

Related object: TestDB::Result::Category