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::Language

ACCESSORS

id

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

currency_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

charset

  data_type: 'varchar'
  is_nullable: 0
  size: 255

code

  data_type: 'char'
  is_nullable: 0
  size: 5

date_format_long

  data_type: 'varchar'
  is_nullable: 0
  size: 255

date_format_short

  data_type: 'varchar'
  is_nullable: 0
  size: 255

locale

  data_type: 'varchar'
  is_nullable: 0
  size: 255

name

  data_type: 'varchar'
  is_nullable: 0
  size: 255

numeric_separator_decimal

  data_type: 'varchar'
  is_nullable: 0
  size: 255

numeric_separator_thousands

  data_type: 'varchar'
  is_nullable: 0
  size: 255

text_direction

  data_type: 'varchar'
  is_nullable: 0
  size: 255

time_format

  data_type: 'varchar'
  is_nullable: 0
  size: 255

upper_name

  data_type: 'varchar'
  is_nullable: 0
  size: 255

RELATIONS

category_descriptions

Type: has_many

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

currency

Type: belongs_to

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

manufacturers_infos

Type: has_many

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

order_statuses

Type: has_many

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

product_descriptions

Type: has_many

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

weight_classes

Type: has_many

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