# 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 "companies", :force => true do |t| t.column "name", :string end create_table "employees", :force => true do |t| t.column "company_id", :integer t.column "first_name", :string t.column "last_name", :string t.column "salary", :integer t.column "phone_number", :string t.column "email", :string end end