Sha256: d45ed216e36cef699a5b6e97ac45f3328147afe9c4e9d361dfec7a3da4d0538a

Contents?: true

Size: 1.54 KB

Versions: 49

Compression:

Stored size: 1.54 KB

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 => 20140526151139) do

  create_table "admin_monsters", :force => true do |t|
    t.datetime "created_at", :null => false
    t.datetime "updated_at", :null => false
  end

  create_table "mno_crews", :force => true do |t|
    t.string   "name"
    t.string   "provider"
    t.string   "uid"
    t.datetime "created_at", :null => false
    t.datetime "updated_at", :null => false
  end

  create_table "mno_monsters", :force => true do |t|
    t.string   "first_name"
    t.string   "last_name"
    t.string   "email"
    t.string   "provider"
    t.string   "uid"
    t.datetime "created_at", :null => false
    t.datetime "updated_at", :null => false
  end

  create_table "monsters", :force => true do |t|
    t.datetime "created_at", :null => false
    t.datetime "updated_at", :null => false
  end

end

Version data entries

49 entries across 37 versions & 2 rubygems

Version Path
maestrano-rails-1.0.4 test/dummy_mongoid/db/schema.rb
maestrano-rails-1.0.3 test/dummy_mongoid/db/schema.rb
maestrano-rails-1.0.2 test/dummy_mongoid/db/schema.rb
maestrano-rails-1.0.0 test/dummy_mongoid/db/schema.rb
maestrano-rails-1.0.0.pre.RC8 test/dummy_mongoid/db/schema.rb
maestrano-rails-1.0.0.pre.RC7 test/dummy_mongoid/db/schema.rb
maestrano-rails-1.0.0.pre.RC6 test/dummy_mongoid/db/schema.rb
maestrano-rails-1.0.0.pre.RC5 test/dummy_mongoid/db/schema.rb
maestrano-rails-1.0.0.pre.RC4 test/dummy_mongoid/db/schema.rb
maestrano-rails-1.0.0.pre.RC3 test/dummy_mongoid/db/schema.rb
maestrano-rails-1.0.0.pre.RC2 test/dummy_mongoid/db/schema.rb
maestrano-rails-1.0.0.pre.RC1 test/dummy_mongoid/db/schema.rb
maestrano-rails-0.15.4 test/dummy_mongoid/db/schema.rb
maestrano-rails-0.15.2 test/dummy_mongoid/db/schema.rb
maestrano-rails-0.15.1 test/dummy_mongoid/db/schema.rb
maestrano-rails-0.15.0 test/dummy_mongoid/db/schema.rb
maestrano-rails-0.14.0 test/dummy_mongoid/db/schema.rb
maestrano-rails-0.13.0 test/dummy_mongoid/db/schema.rb
maestrano-rails-0.12.0 test/dummy_mongoid/db/schema.rb
maestrano-rails-0.12.0 test/dummy_activerecord/db/schema.rb