Row too big

I have a table where I keep all the parameters and they're used throughout the application in various tables. So now when I attempt to delete a parameter the system complains because it's including all the linked tables in the delete (Image below). I'm getting an error message "Cannot create a row of size 9563 which is greater than the allowable maximum row size of 8060"

How do I workaround this?

You can disable cascade delete during data source infer and these includes will not be generated.