Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am currently designing a mysql schema which involved in Transactions. Each users has some accounts. Transactions table logs all the transactions made and has fromAccountID and toAccountID columns. I of course need to set the foreign keys here.

Now the problem is users can possibly buy credits by purchasing via Paypal, Google Check out or other similar services. In this case, the fromAccount column should be "Paypal", "Google Checkout" or "Credit" etc., the toAccountID's value is the accountId of that user. How can I set the foreign key constrain in this case? Thanx

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.