Database design 1 to 1 relationship
Posted
by Khou
on Stack Overflow
See other posts from Stack Overflow
or by Khou
Published on 2010-05-07T04:41:42Z
Indexed on
2010/05/07
4:48 UTC
Read the original article
Hit count: 166
I design my database incorrectly, should I fix this while its in development?
"user" table is suppose to have a 1.1 relationship with "userprofile" table
however the actual design the "user" table has a 1.* relationship with "userprofile" table.
Everything works! but should it be fixed anyways?
© Stack Overflow or respective owner