I am creating my database incorrectly, should I fix it while it is under development?
"user" table should be related 1.1 to the table "userprofile" however, the actual design of the user table is 1. * related to the userprofile table.
"user" table should be related 1.1 to the table "userprofile"
however, the actual design of the user table is 1. * related to the userprofile table.
Everything is working! but should it be fixed anyway?
Do one thing
User Table Userid(p) UserName othercol.. UserProfile id(p) UserId(f) - and unique othercol..
hope you can easily fix isse
Make user_id in the user_profile table unique and fixed.
1:1, "user" "userprofile" , .
, FK. , , , , , , , .
, , , . . , , , , , .. , . , , . , .
@pranay
, ()? ()?
User Table Userid(p) UserName othercol.. UserProfile id(p) <--- userid othercol..
Source: https://habr.com/ru/post/1744446/More articles:Can java execute a timer on the command line by overwriting time on the same line? - javaSilverlight? WPF? or windows form? - compareYUI: providing DOM elements and scripts ready - javascriptImplementing a queue with a locked "take ()" but with an eviction policy - javaRun Ant script from another Ant script? - scriptingNant-equivalent of Ant task Replace - antHow does the Windows LIve ID work? - authenticationHow to return the output of a recursive function in Clojure - functional-programmingWhen you select the number of rows, how can I choose a percentage of a percentage? - phpManaging views for content types (or adding a view to multiple lists) - content-typeAll Articles