8 lines
215 B
YAML
8 lines
215 B
YAML
propel:
|
|
st_product:
|
|
_attributes: {phpName: Product}
|
|
availability_id:
|
|
type: INTEGER
|
|
foreignTable: st_availability
|
|
foreignReference: id
|
|
onDelete: setnull |