How do acces a migration file?

I’m using RadRails and I have to create a migration file. I used the
cmd window to create the file but now I need to edit and I don’t know
how to access it through RaidRails. Does anybody know? What’s another
way to access the file

Thanks

On Aug 1, 2006, at 1:58 PM, Robert S. wrote:

I’m using RadRails and I have to create a migration file. I used the
cmd window to create the file but now I need to edit and I don’t know
how to access it through RaidRails. Does anybody know? What’s
another
way to access the file

Thanks

Use the Generators View. Select “migration” from the drop down, and
type a name for the migration.
You’ll then find the migration in db/migrate/…

If you used a terminal to generate the file, you’ll have to right
click on the project directory and click “refresh” to make it visible.
-Mat

Mat S. wrote:

On Aug 1, 2006, at 1:58 PM, Robert S. wrote:

I’m using RadRails and I have to create a migration file. I used the
cmd window to create the file but now I need to edit and I don’t know
how to access it through RaidRails. Does anybody know? What’s
another
way to access the file

Thanks

Use the Generators View. Select “migration” from the drop down, and
type a name for the migration.
You’ll then find the migration in db/migrate/…

If you used a terminal to generate the file, you’ll have to right
click on the project directory and click “refresh” to make it visible.
-Mat

thanks Mat, I see it! yahoo