ActiveRecord::Schema.define(:version => 0) do create_table :things do |t| t.string :name end end