Files
grzanieplus.pl/plugins/smMyTabsPlugin/config/schema.yml
2025-03-12 17:06:23 +01:00

98 lines
2.1 KiB
YAML

---
propel:
_attributes:
defaultIdMethod: native
package: plugins.smMyTabsPlugin.lib.model
st_product_has_tab1:
_attributes:
phpName: ProductHasTab1
created_at:
type: timestamp
updated_at:
type: timestamp
id:
type: INTEGER
primaryKey: true
required: true
autoIncrement: true
tab1_id:
type: INTEGER
required: true
foreignTable: st_product
foreignReference: id
onDelete: cascade
product_id:
type: INTEGER
foreignTable: st_product
foreignReference: id
onDelete: cascade
st_product_has_tab2:
_attributes:
phpName: ProductHasTab2
created_at:
type: timestamp
updated_at:
type: timestamp
id:
type: INTEGER
primaryKey: true
required: true
autoIncrement: true
tab2_id:
type: INTEGER
required: true
foreignTable: st_product
foreignReference: id
onDelete: cascade
product_id:
type: INTEGER
foreignTable: st_product
foreignReference: id
onDelete: cascade
st_product_has_tab3:
_attributes:
phpName: ProductHasTab3
created_at:
type: timestamp
updated_at:
type: timestamp
id:
type: INTEGER
primaryKey: true
required: true
autoIncrement: true
tab3_id:
type: INTEGER
required: true
foreignTable: st_product
foreignReference: id
onDelete: cascade
product_id:
type: INTEGER
foreignTable: st_product
foreignReference: id
onDelete: cascade
st_product_has_tab4:
_attributes:
phpName: ProductHasTab4
created_at:
type: timestamp
updated_at:
type: timestamp
id:
type: INTEGER
primaryKey: true
required: true
autoIncrement: true
tab4_id:
type: INTEGER
required: true
foreignTable: st_product
foreignReference: id
onDelete: cascade
product_id:
type: INTEGER
foreignTable: st_product
foreignReference: id
onDelete: cascade