I have a migration file like [datetime]_create_posts.rb .
Now I want [anotherdatetime]_create_posts.rb with some changes different
from older migration that I can run with ... rake db:migrate
VERSION=[anotherdatetime].
How can I create [anotherdatetime]_create_posts.rb, which is basically a
new version?