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

29 lines
634 B
YAML

---
propel:
_attributes:
defaultIdMethod: native
package: plugins.stAccessoriesPlugin.lib.model
st_product_has_accessories:
_attributes:
phpName: ProductHasAccessories
created_at:
type: timestamp
updated_at:
type: timestamp
id:
type: INTEGER
primaryKey: true
required: true
autoIncrement: true
accessories_id:
type: INTEGER
required: true
foreignTable: st_product
foreignReference: id
onDelete: cascade
product_id:
type: INTEGER
foreignTable: st_product
foreignReference: id
onDelete: cascade