Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
bundle exec rake ar:migrate:reset
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed May 4, 2018
1 parent f5d034d commit a6808f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 20141119131622) do
ActiveRecord::Schema.define(version: 2014_11_19_131622) do

create_table "companies", force: :cascade do |t|
t.integer "no", null: false
t.string "company_name", null: false
t.string "receipted_date", null: false
t.text "destination_name"
t.integer "no", null: false
t.string "company_name", null: false
t.string "receipted_date", null: false
t.text "destination_name"
t.datetime "created_at"
t.datetime "updated_at"
t.index ["company_name", "receipted_date"], name: "index_companies_on_company_name_and_receipted_date", unique: true
Expand Down

0 comments on commit a6808f5

Please sign in to comment.