Rails handle table id’s automatically, in an incremental way. What if I want to stop this incremental behavior? I am actually building a website that uses the FB API and I d like to set the user id to be the facebook id. I am new to rails, so is that possible?
Share
I think its possible, but i would just add another column into your table (in the migration file) with the facebook id.