NAME
Business::Cart::Generic::Schema::Result::Category
ACCESSORS
id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
sequence: 'categories_id_seq'
parent_id
data_type: 'integer'
is_nullable: 0
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
sort_order
data_type: 'integer'
is_nullable: 0
upper_name
data_type: 'varchar'
is_nullable: 0
size: 255
RELATIONS
category_descriptions
Type: has_many
Related object: Business::Cart::Generic::Schema::Result::CategoryDescription
products_to_categories
Type: has_many
Related object: Business::Cart::Generic::Schema::Result::ProductsToCategory