Hey fellows, hope you are all are good
I have two tables in database with 1 to many relation (master/child). The tables already have a lot of record entries in them.
Now it is identified that the master can repeat in some entries also ( so the master becomes another child table)
In my discussion with manager we discussed two solutions
- I proposed to make a new table and reference the previous master table's primary key in it
- Manager insists on not creating a new table but to include a reference_id column in the existing master table and repeat the reference the new records in the same master table.
I am totally confused on what to do here? I feel that referencing the existing master in a new table would be more beneficial and save us from redundancy ?
What do you guys say ? Any convincing advise which I can get from you fellows and give to my manager ?
Best regards, Mike.