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