By ygyoelito on
Hi guys,
How can I make a referential integrity from hook_schema in the '.install' file. Which of the parameters of the arrays passed in this hook let me create an integrity, something like "ON DELETE cascade". I want to make relations between some tables, but I don't want to make it whith queries.
thanks