NAME

Interchange6::Schema::Result::GroupPricing

TABLE: group_pricing

ACCESSORS

group_pricing_id

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

sku

data_type: 'varchar'
is_foreign_key: 1
is_nullable: 0
size: 64

quantity

data_type: 'integer'
default_value: 0
is_nullable: 0

roles_id

data_type: 'integer'
is_foreign_key: 1
is_nullable: 0

price

data_type: 'numeric'
default_value: 0.0
is_nullable: 0
size: [10,2]

PRIMARY KEY

RELATIONS

role

Type: belongs_to

Related object: Interchange6::Schema::Result::Role

product

Type: belongs_to

Related object: Interchange6::Schema::Result::Product