p67 - where do I find schema_info
roupen nahab...
2 posts
|
I’m enjoying reading this book… curious as to where I can find schema_info mentioned on p67. I’ve done a small Rails project before and I am following the steps outlined in the book, but I can’t find schema_info. I’m on Windows running InstantRails. |
Don Bessinger
9 posts
|
Not sure how InstantRails works, but here’s what happens in Linux. schema_info is a table that Rails creates when you run your first migration. It only has one column, version, which keeps track of which migration was the last to run. Check your development database and see if it isn’t there. If not, it should be after you run your first migration. Don Bessinger |
2 posts, 2 voices
