The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Interchange6::Schema::Result::MerchandisingAttribute

TABLE: merchandising_attributes

ACCESSORS

merchandising_attributes_id

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

merchandising_products_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

name

  data_type: 'varchar'
  is_nullable: 0
  size: 32

value

  data_type: 'text'
  default_value: (empty string)
  is_nullable: 0

PRIMARY KEY

RELATIONS

MerchandisingProduct

Type: belongs_to

Related object: Interchange6::Schema::Result::MerchandisingProduct