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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -