Sha256: 2abec7b8130fffa9db304c459bd7ccfc569d6970ebcba204708a2c3d9e84ffff

Contents?: true

Size: 963 Bytes

Versions: 10

Compression:

Stored size: 963 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 that you check this file into your version control system.

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

  create_table "shops", force: true do |t|
    t.string "name"
    t.string "token_encrypted"
  end

  add_index "shops", ["name"], name: "index_shops_on_name"

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
shopify-sinatra-app-0.3.4 example/db/schema.rb
shopify-sinatra-app-0.3.3 example/db/schema.rb
shopify-sinatra-app-0.3.2 example/db/schema.rb
shopify-sinatra-app-0.3.1 example/db/schema.rb
shopify-sinatra-app-0.3.0 example/db/schema.rb
shopify-sinatra-app-0.2.0 example/db/schema.rb
shopify-sinatra-app-0.1.5 lib/generator/db/schema.rb
shopify-sinatra-app-0.1.4 lib/generator/db/schema.rb
shopify-sinatra-app-0.1.3 lib/generator/db/schema.rb
shopify-sinatra-app-0.1.2 lib/generator/db/schema.rb