c# - FacebookId as primary key? -


will facebookid ever change? if not, safe use in app primary key?

facebook_user facebookid (pk) name  facebook_friend id ownerfacebookid (fk) friendfacebookid (fk) 

facebook id not change, facebook treating them primary key. email id can changed dont use email id primary key. using facebook id primary key.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -