You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like this also. It isn't too pretty to be writing:
$this->execute("ALTER TABLE products ADD CONSTRAINT fk_products_customers1 FOREIGN KEY(id_customer_merchant)"
." REFERENCES customers(id_customer) ON DELETE NO ACTION ON UPDATE NO ACTION");
I'll add it if I have time, though that may never happen unfortunately.
As far as I can see, without using
execute
, there is no support for foreign keys.The text was updated successfully, but these errors were encountered: