# This file is autogenerated. Instead of editing this file, please use the # migrations feature of ActiveRecord to incrementally modify your database, and # then regenerate this schema definition. ActiveRecord::Schema.define(:version => 2) do create_table "cities", :force => true do |t| t.column "name", :string t.column "province", :string end create_table "people", :force => true do |t| t.column "firstname", :string t.column "lastname", :string t.column "birthday", :date end end