rails migration version number and new model object crazy id.
Posted
by fenec
on Stack Overflow
See other posts from Stack Overflow
or by fenec
Published on 2010-03-17T23:32:56Z
Indexed on
2010/03/17
23:41 UTC
Read the original article
Hit count: 449
hello, i have this crazy label for each time i create a migration that use the time instead of a integer. it makes things very hard to switch between the version of the database that you want to use. i also have this crazy ID for each object that i create :
How can set up rails to have easy version and id numbers.
thank you
© Stack Overflow or respective owner