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 :
http://poocs.net/”, created_at: “2010-03-17 23:02:17”, updated_at: “2010-03-17 23:02:17″>
How can set up rails to have easy version and id numbers.
thank you
The number is timestamp. Really useful when you have several collaboration in same project.
If you want the old system us that in your environement.rb file