I am using propel PHP: The foreign key attries are not getting depended on the parent table. The Creations, updates, deletes are taken place in parent is not effecting the child table.
foreign-key elements like onupdate,ondelete,skipsql is not acceping by the propel and error’s like this
DOMDocument::schemaValidate(): Element ‘foreign-key’, attribute ‘ondelete’,’onupdate’,’skipsql’
The attribute is not allowing?
I got it, it’s syntax mistake in my xml file.