Sha256: e17075b16de2f66675bd27172ef3e220a0b4fb4e85459611faa3f257a4b6754e

Contents?: true

Size: 1.08 KB

Versions: 8

Compression:

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

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

  create_table "posts", force: true do |t|
    t.string   "title"
    t.integer  "visits"
    t.float    "conversion_rate"
    t.date     "published_on"
    t.datetime "expired_at"
    t.boolean  "published"
    t.datetime "unix_timestamp"
    t.datetime "created_at"
    t.datetime "updated_at"
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cloudxls-rails-0.6.2 spec/test_app/db/schema.rb
cloudxls-rails-0.6.1 spec/test_app/db/schema.rb
cloudxls-rails-0.6.0 spec/test_app/db/schema.rb
cloudxls-rails-0.5.0 spec/test_app/db/schema.rb
cloudxls-rails-0.4.3 spec/test_app/db/schema.rb
cloudxls-rails-0.4.0 spec/test_app/db/schema.rb
cloudxls-rails-0.3.1 spec/test_app/db/schema.rb
cloudxls-rails-0.3.0 spec/test_app/db/schema.rb