Sha256: cc852b4b7b9ee12b6d7b0af97e5c86c3d1a26667819de89e70ff7a6d040c1d32
Contents?: true
Size: 1.54 KB
Versions: 1
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 that you check this file into your version control system. ActiveRecord::Schema.define(version: 20140618150651) do create_table "no_cms_blocks_block_translations", force: :cascade do |t| t.integer "no_cms_blocks_block_id" t.string "locale" t.string "layout" t.text "fields_info", limit: 4294967295 t.boolean "draft" end add_index "no_cms_blocks_block_translations", ["no_cms_blocks_block_id"], name: "no_cms_blocks_blocks_translations_block_id" create_table "no_cms_blocks_blocks", force: :cascade do |t| t.datetime "created_at" t.datetime "updated_at" t.integer "parent_id" t.integer "lft" t.integer "rgt" t.integer "depth" t.integer "position" end create_table "test_images", force: :cascade do |t| t.string "logo" t.string "name" t.datetime "created_at" t.datetime "updated_at" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nocms-blocks-1.0.0 | spec/dummy/db/schema.rb |