Hi am making a simple Website with commenting System. User can login with social network ID (FB, Twitter et al) or register with the site and comment (there are user who will not wat to use their FB accounts for this). I have the two tables available (one for HybridAuth and another for local user table). Now my problem is how do I design the table and whole system to function that way? Basically my problem can be broken as follows: Comments table need ID of who is commenting (FK from either of the two but not both).
So what is the common approach (since many sites use disqus, FB, twitter et al for that) used?
If there is any link here at SO or elsewhere I will be glad to get pointed to.