# 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: 20161004155830) do create_table "news_items", force: :cascade do |t| t.string "title" t.datetime "created_at", null: false t.datetime "updated_at", null: false end create_table "no_cms_blocks_block_slots", force: :cascade do |t| t.integer "container_id" t.string "container_type", limit: 255 t.integer "block_id" t.integer "position", default: 0 t.datetime "created_at", null: false t.datetime "updated_at", null: false t.integer "parent_id" t.integer "lft" t.integer "rgt" t.integer "depth" t.string "template_zone", limit: 255 end add_index "no_cms_blocks_block_slots", ["block_id"], name: "index_no_cms_blocks_block_slots_on_block_id" add_index "no_cms_blocks_block_slots", ["container_id", "container_type"], name: "index_no_cms_blocks_block_slots_on_container_type_and_id" add_index "no_cms_blocks_block_slots", ["parent_id"], name: "index_no_cms_blocks_block_slots_on_parent_id" create_table "no_cms_blocks_block_translations", force: :cascade do |t| t.integer "no_cms_blocks_block_id" t.string "locale", limit: 255 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" t.text "fields_info" t.string "layout", limit: 255 t.string "template_zone", limit: 255 end create_table "slotted_pages", force: :cascade do |t| t.string "title", limit: 255 t.datetime "created_at", null: false t.datetime "updated_at", null: false t.string "template", limit: 255 end create_table "test_images", force: :cascade do |t| t.string "logo", limit: 255 t.string "name", limit: 255 t.datetime "created_at" t.datetime "updated_at" end end