Facebook ID Data Type Storage in BIGINT vs VARCHAR
While working on legacy Facebook applications recently migrating them to the latest Graph API, I fixed the data types of Facebook ID columns in several apps. Some had used the varchar data type and others had simple ‘Text’ type. Since Facebook assigns the IDs to users, and we are just storing them in our apps,…