I have a table under ActiveRecord with the primary key as id, integer.
Instead of starting off as id 1 I’d like it to start at 1000. Is there
a way to do this? Thanks.
Hi Brian,
Rails doesn’t care what the value of the id is. You need to look at
your
database to find out how to start/restart the id count.
hth,
Bill