Files
2025-03-12 17:06:23 +01:00

84 lines
1.6 KiB
YAML

---
propel:
_attributes:
defaultIdMethod: native
package: plugins.stGroupPricePlugin.lib.model
st_group_price:
_attributes:
phpName: GroupPrice
created_at:
type: timestamp
updated_at:
type: timestamp
id:
type: INTEGER
primaryKey: true
required: true
autoIncrement: true
name:
type: VARCHAR
size: 255
description:
type: VARCHAR
size: 255
tax_id:
type: INTEGER
required: false
foreignTable: st_tax
foreignReference: id
onDelete: setnull
opt_vat:
type: DECIMAL
size: 10
scale: 2
currency_id:
type: INTEGER
foreignTable: st_currency
foreignReference: id
onDelete: setnull
price_type:
type: VARCHAR
size: 24
price_modifier:
type: VARCHAR
size: 10
price_netto:
type: DECIMAL
size: 10
scale: 2
price_brutto:
type: DECIMAL
size: 10
scale: 2
old_price_netto:
type: DECIMAL
size: 10
scale: 2
old_price_brutto:
type: DECIMAL
size: 10
scale: 2
wholesale_a_netto:
type: DECIMAL
size: 10
scale: 2
wholesale_a_brutto:
type: DECIMAL
size: 10
scale: 2
wholesale_b_netto:
type: DECIMAL
size: 10
scale: 2
wholesale_b_brutto:
type: DECIMAL
size: 10
scale: 2
wholesale_c_netto:
type: DECIMAL
size: 10
scale: 2
wholesale_c_brutto:
type: DECIMAL
size: 10
scale: 2