Git Tip: git push ‘No refs in common and none specified’
$ git push origin master
2147483647 Facebook uid
If your Facebook uid’s get truncated to 2147483647 when stored in your database, it’s because your column type cannot hold the large integer.
Use bigint rather than int.