Ruby on Rails - sqlite 3 rake migrations not updating the database
问题 I am using RoR (3.2.2) and SQLite 3 (1.3.5). When I initially generate a model I am able to successfully create a database. However, whenever I try to use the migration generator it appears to not have any issues in the command line (no errors), but when I check the database nothing has updated or changed. For example, I create this database: $ rails generate model User name:string email:string db/migrate/[timestamp]_create_users.rb class CreateUsers < ActiveRecord::Migration def change