how to point two table foreign key to references same primary key in other table?
my database sample structure is like,
table1 - user(id (pk),name)
table2 - question(id (fk),type)
table2 - choice(id (fk),choice)
my database sample structure is like,
table1 - user(id (pk),name)
table2 - question(id (fk),type)
table2 - choice(id (fk),choice)