Posts by John • 1 point
1 post
-
0
votes1
answer72
viewsQ: Trigger and another field
In postgres I have two tables, Test1(id_test1,name) and test2(id_test2, test1_id_test1, phone) In the PHP form I have the field name and phone. When I write name in Test1, a Trigger replicates the…