Sha256: 8bee0774b94009f3f0f653c55fe3159ef56ebe8e32d513ec298f2bd17eed2fe3

Contents?: true

Size: 1.92 KB

Versions: 3

Compression:

Stored size: 1.92 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: 20170505100034) do

  create_table "companies", force: :cascade do |t|
    t.integer "user_id"
    t.string  "name"
    t.string  "street"
    t.string  "number"
    t.string  "neighborhood"
    t.string  "city"
    t.string  "state"
    t.string  "country"
    t.boolean "active"
    t.string  "one_additional_attribute"
    t.string  "other_additional_attribute"
  end

  create_table "importers", force: :cascade do |t|
    t.string   "attachment_file_name"
    t.string   "attachment_content_type"
    t.integer  "attachment_file_size"
    t.datetime "attachment_updated_at"
    t.string   "attachment_error_file_name"
    t.string   "attachment_error_content_type"
    t.integer  "attachment_error_file_size"
    t.datetime "attachment_error_updated_at"
    t.string   "source"
    t.string   "parser"
    t.string   "columns"
    t.string   "message"
    t.string   "status",                        default: "pending"
    t.integer  "importable_id"
    t.string   "importable_type"
    t.datetime "created_at"
    t.datetime "updated_at"
    t.string   "additional_data"
  end

  create_table "users", force: :cascade do |t|
    t.string "name"
    t.string "email"
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
csv_import_magic-0.0.4 spec/dummy/db/schema.rb
csv_import_magic-0.0.3 spec/dummy/db/schema.rb
csv_import_magic-0.0.2 spec/dummy/db/schema.rb