I have two table called users and payments. both at least have attribute like this.
users
- id
- name
- number
payments
- user_number
- date
and there is one filed called "User Number" if i inserted number to this field, it will be inserted to both users with attribute number and payments with attribute user_number.
is it possible?
plz help me to solve this
thx