NAME
Business::Cart::Generic::Schema::Result::ManufacturersInfo
ACCESSORS
id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
sequence: 'manufacturers_info_id_seq'
language_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
manufacturer_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
date_last_click
data_type: 'timestamp'
default_value: '1900-01-01 00:00:00'
is_nullable: 0
url
data_type: 'varchar'
is_nullable: 0
size: 255
url_clicked
data_type: 'integer'
is_nullable: 0
RELATIONS
language
Type: belongs_to
Related object: Business::Cart::Generic::Schema::Result::Language
manufacturer
Type: belongs_to
Related object: Business::Cart::Generic::Schema::Result::Manufacturer