adding ON UPDATE CASCADE to existing table

  • is it possible to add ON UPDATE CASCADE to existing table? I have tried a number of different combos of this and cant get it to work.

  • ON UPDATE CASCADE is a property of a ForeignKey you should be able to DROP+CREATE the FK constraint.

    What error are you seeing ?


    * Noel

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply