Sha256: 572034ba8381c9eb81a1c27a78ce00147be40c56b66e4ca04ea71c9f434720ac

Contents?: true

Size: 1.45 KB

Versions: 14

Compression:

Stored size: 1.45 KB

Contents

# 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 that you check this file into your version control system.

ActiveRecord::Schema.define(version: 20170622072636) do

  create_table "ctws_min_app_versions", force: :cascade do |t|
    t.string   "codename"
    t.text     "description"
    t.string   "platform"
    t.string   "min_version"
    t.string   "store_uri"
    t.datetime "created_at",  null: false
    t.datetime "updated_at",  null: false
  end

  create_table "ctws_users", force: :cascade do |t|
    t.string   "email"
    t.string   "password_digest"
    t.datetime "created_at",      null: false
    t.datetime "updated_at",      null: false
  end

  create_table "users", force: :cascade do |t|
    t.string   "email"
    t.string   "password_digest"
    t.datetime "created_at",      null: false
    t.datetime "updated_at",      null: false
  end

end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
ctws-0.2.3.beta spec/dummy/db/schema.rb
ctws-0.2.2.beta spec/dummy/db/schema.rb
ctws-0.2.1.beta spec/dummy/db/schema.rb
ctws-0.2.0.beta spec/dummy/db/schema.rb
ctws-0.1.14.beta spec/dummy/db/schema.rb
ctws-0.1.13.alpha spec/dummy/db/schema.rb
ctws-0.1.12.alpha spec/dummy/db/schema.rb
ctws-0.1.11.alpha spec/dummy/db/schema.rb
ctws-0.1.10.alpha spec/dummy/db/schema.rb
ctws-0.1.9.alpha spec/dummy/db/schema.rb
ctws-0.1.8.alpha spec/dummy/db/schema.rb
ctws-0.1.7.alpha spec/dummy/db/schema.rb
ctws-0.1.6.alpha spec/dummy/db/schema.rb
ctws-0.1.5.alpha spec/dummy/db/schema.rb