This post originated from an RSS feed registered with Ruby Buzz
by Vincent Foley.
Original Post: DB Scheme with Rails
Feed Title: Uncentered Mind
Feed URL: https://gnuvince.wordpress.com/feed/?cat=2
Feed Description: I ramble, you call me names, we have fun!
Here’s a question for the Rails, people: how would I create my database tables from Ruby code insteaf of SQL code (or SQL tools)? I think I heard that you could do that with ActiveRecord::Migration or something like that. Is that correct?