Sha256: 3a47797f51ac9ffac75f2dadc81b86eba6cd353a1c63fc985c4a619a71f46780

Contents?: true

Size: 976 Bytes

Versions: 25

Compression:

Stored size: 976 Bytes

Contents

# encoding: UTF-8
# This file is auto-generated from the current state of the database. Instead
# of editing this file, please use the migrations feature of Active Record to
# incrementally modify your database, and then regenerate this schema definition.
#
# Note that this schema.rb definition is the authoritative source for your
# database schema. If you need to create the application database on another
# system, you should be using db:schema:load, not running all the migrations
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
# you'll amass, the slower it'll run and the greater likelihood for issues).
#
# It's strongly recommended to check this file into your version control system.

ActiveRecord::Schema.define(:version => 20130110221932) do

  create_table "employees", :force => true do |t|
    t.string  "name"
    t.date    "hired_on"
    t.boolean "suspended"
    t.string  "division"
    t.integer "salary"
  end

end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
dossier-3.0.0.pre spec/sample/db/schema.rb
dossier-2.13.1 spec/dummy/db/schema.rb
dossier-2.12.2 spec/dummy/db/schema.rb
dossier-2.12.1 spec/dummy/db/schema.rb
dossier-2.12.0 spec/dummy/db/schema.rb
dossier-2.11.0 spec/dummy/db/schema.rb
dossier-2.10.0 spec/dummy/db/schema.rb
dossier-2.9.3 spec/dummy/db/schema.rb
dossier-2.9.2 spec/dummy/db/schema.rb
dossier-2.9.1 spec/dummy/db/schema.rb
dossier-2.9.0 spec/dummy/db/schema.rb
dossier-2.8.0 spec/dummy/db/schema.rb
dossier-2.7.1 spec/dummy/db/schema.rb
dossier-2.7.0 spec/dummy/db/schema.rb
dossier-2.6.0 spec/dummy/db/schema.rb
dossier-2.5.2 spec/dummy/db/schema.rb
dossier-2.5.1 spec/dummy/db/schema.rb
dossier-2.5.0 spec/dummy/db/schema.rb
dossier-2.4.0 spec/dummy/db/schema.rb
dossier-2.3.0 spec/dummy/db/schema.rb