Hello all,
how i can execute SQL code without and create tables when I do rake
db:migrate?
Thank you
On Aug 31, 2007, at 5:33 PM, Igor K. wrote:
how i can execute SQL code without and create tables when I do rake
db:migrate?
execute “SELECT * FROM table”
-faisal