Dear List,
I am trying to create a cascade delete foreign key reference for mySQL
database sql script, using Torque 3.0.2, but it doesnt generate the correct
sql.
I have taken a look at the mySQL template vm velocity files, but can not
find any mention of "cascade delete".
<foreign-key foreignTable="main" onDelete="cascade">
<reference
local="ID_main"
foreign="ID_main"/>
</foreign-key>
Could anyone tell me if this is supported by Torque and the mysql db driver.
regards
Ben Bookey
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]