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

25 lines
526 B
YAML

---
propel:
_attributes:
defaultIdMethod: native
package: plugins.stSoteshopXmlPlugin.lib.model
st_soteshop_xml:
_attributes:
phpName: SoteshopXml
created_at:
type: timestamp
updated_at:
type: timestamp
id:
type: INTEGER
primaryKey: true
required: true
autoIncrement: true
product_id:
type: INTEGER
required: true
foreignTable: st_product
foreignReference: id
onDelete: cascade
active:
type: BOOLEAN