i have one database and two tables there are :
field table1 : id, name.
field table2 : id, picture.
it have relationship on "id-to-id" with one-to-many relationship. i want to make one id have many picture. how to make it happen?
field table1 : id, name.
field table2 : id, picture.
it have relationship on "id-to-id" with one-to-many relationship. i want to make one id have many picture. how to make it happen?