NAME

Interchange6::Schema::Result::MediaProduct

TABLE: media_products

ACCESSORS

media_products_id

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
sequence: 'media_products_media_products_id_seq'

media_id

data_type: 'integer'
is_foreign_key: 1
is_nullable: 0

sku

data_type: 'varchar'
is_foreign_key: 1
is_nullable: 0
size: 32

PRIMARY KEY

RELATIONS

media

Type: belongs_to

Related object: Interchange6::Schema::Result::Media

sku

Type: belongs_to

Related object: Interchange6::Schema::Result::Product