Can table ID column be a string?

Hello,

Does rails assume that all table columns called "id" are int's? Asking because I am connecting to a non-rails db and some of the tables have an id column that is defined as string.

Thanks!

see here:

http://sl33p3r.free.fr/tutorials/rails/legacy/legacy_databases.html

for a start.