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

NAME

Business::Cart::Generic::Schema::Result::Manufacturer

ACCESSORS

id

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

date_added

  data_type: 'timestamp'
  is_nullable: 0

date_modified

  data_type: 'timestamp'
  is_nullable: 0

image

  data_type: 'varchar'
  is_nullable: 0
  size: 255

name

  data_type: 'varchar'
  is_nullable: 0
  size: 255

upper_name

  data_type: 'varchar'
  is_nullable: 0
  size: 255

RELATIONS

manufacturers_infos

Type: has_many

Related object: Business::Cart::Generic::Schema::Result::ManufacturersInfo

products

Type: has_many

Related object: Business::Cart::Generic::Schema::Result::Product