>
> Notice how the spec for id is different between the two tables, I
> suppose that is due to the fact that you are providing your own
> nextval for id (there is no spec for it in sessions so rails will
> assume the default id column).  I suspect this may be the cause of the
> problem.  First I suggest reverting id to a normal id column as you
> have for sessions and see if this removes the problem.  If it does
> then either don't use the nextval feature or you will have to ask
> others whether it is possible to do this and if so whether you are
> doing it correctly.  I strongly advise against doing this, life will
> be much simpler if you stick to the rails conventions.  Possibly you
> can find another way to achieve what you want, maybe by adding another
> column for your alternative id.
>
> Colin
>
>
   Thanks a lot Colin:

  I did, literarily as you suggested, and I do not have that ugly error with
"Packfind id" any more.

  I do have another problem, that comes from changes in rails version, but
I'll Google before starting any new thread.

  Thanks, once again.


Gato Pardo

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to