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.

a database constraint that automatically increases from the last record when making an INSERT

learn more… | top users | synonyms

0
votes
1answer
40 views

MySQL: One Auto Increment ID for every entities in the database

i'm working on a social network. With activity (like, comment, follow, post, etc...), user, page-to-follow, album, photo and some other thing. Now, one of the most important things in a social ...