Comment on Twitter's UID associated to each tweet will very soon exceed 2,147,483,647parentComments−sanj17yAssuming that Rails is still interacting with the DB, and the ID in question is the primary key (ie, the 'id' on the 'twits' table) isn't quite that easy.I had to do this a couple of years back when I realized I had a table that'd grow quickly:http://snippets.dzone.com/posts/show/4422Feel free to send the donation to the same place.−lpgauth17yIs there no easier way then this? Can't believe that wasn't integrated into rails...−jhancock17y"Can't believe that wasn't integrated into rails..."You just made my day. I haven't laughed so hard in ages ;)
Comments
Assuming that Rails is still interacting with the DB, and the ID in question is the primary key (ie, the 'id' on the 'twits' table) isn't quite that easy.
I had to do this a couple of years back when I realized I had a table that'd grow quickly:
http://snippets.dzone.com/posts/show/4422
Feel free to send the donation to the same place.
Is there no easier way then this? Can't believe that wasn't integrated into rails...
"Can't believe that wasn't integrated into rails..."
You just made my day. I haven't laughed so hard in ages ;)