Sha256: 0062411663026f92a32454ad300af549a0ca29680bea28534c9db17084aab3f9

Contents?: true

Size: 1.43 KB

Versions: 47

Compression:

Stored size: 1.43 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: 20170309084453) do

  create_table "continents", force: :cascade do |t|
    t.string   "name"
    t.datetime "created_at", null: false
    t.datetime "updated_at", null: false
  end

  create_table "countries", force: :cascade do |t|
    t.string   "name"
    t.integer  "continent_id"
    t.datetime "created_at",   null: false
    t.datetime "updated_at",   null: false
  end

  create_table "users", force: :cascade do |t|
    t.string   "name_fr"
    t.string   "name_en"
    t.string   "body_fr"
    t.string   "body_en"
    t.boolean  "active"
    t.float    "price"
    t.string   "price_formula"
    t.datetime "created_at",    null: false
    t.datetime "updated_at",    null: false
  end

end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
ui_bibz-2.4.0 test/dummy/db/schema.rb
ui_bibz-2.3.15 test/dummy/db/schema.rb
ui_bibz-2.3.14 test/dummy/db/schema.rb
ui_bibz-2.3.13 test/dummy/db/schema.rb
ui_bibz-2.3.12 test/dummy/db/schema.rb
ui_bibz-2.3.11 test/dummy/db/schema.rb
ui_bibz-2.3.10 test/dummy/db/schema.rb
ui_bibz-2.3.9 test/dummy/db/schema.rb
ui_bibz-2.3.8 test/dummy/db/schema.rb
ui_bibz-2.3.7 test/dummy/db/schema.rb
ui_bibz-2.3.6 test/dummy/db/schema.rb
ui_bibz-2.3.5 test/dummy/db/schema.rb
ui_bibz-2.3.4 test/dummy/db/schema.rb
ui_bibz-2.3.3 test/dummy/db/schema.rb
ui_bibz-2.3.2 test/dummy/db/schema.rb
ui_bibz-2.3.1 test/dummy/db/schema.rb
ui_bibz-2.3.0 test/dummy/db/schema.rb
ui_bibz-2.2.2 test/dummy/db/schema.rb
ui_bibz-2.2.1 test/dummy/db/schema.rb
ui_bibz-2.2.0 test/dummy/db/schema.rb