first commit
This commit is contained in:
84
plugins/stGroupPricePlugin/config/schema.yml
Normal file
84
plugins/stGroupPricePlugin/config/schema.yml
Normal file
@@ -0,0 +1,84 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user