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: 64
PRIMARY KEY
UNIQUE CONSTRAINTS
media_id_sku_unique
RELATIONS
media
Type: belongs_to
Related object: Interchange6::Schema::Result::Media
product
Type: belongs_to
Related object: Interchange6::Schema::Result::Product