Skip to content

Commit

Permalink
refs #5 db:create->migrateしなおし
Browse files Browse the repository at this point in the history
  • Loading branch information
hamapu committed Oct 2, 2019
1 parent 321a6f3 commit 07df4be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 42 deletions.
7 changes: 3 additions & 4 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,15 @@
ActiveRecord::Schema.define(version: 2019_10_01_181100) do

create_table "issues", force: :cascade do |t|
t.string "title", null: false
t.string "title"
t.text "body"
t.integer "kind", default: 3
t.integer "del_flg", default: 0, null: false
t.integer "kind"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
end

create_table "users", force: :cascade do |t|
t.string "name", null: false
t.string "name"
t.string "mail_address"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
Expand Down
38 changes: 0 additions & 38 deletions spec/routing/users_routing_spec.rb

This file was deleted.

0 comments on commit 07df4be

Please sign in to comment.