Skip to content

Instantly share code, notes, and snippets.

@keevie
Created January 11, 2017 02:59
Show Gist options
  • Save keevie/d43b4b033b805924105ede5ba7a55831 to your computer and use it in GitHub Desktop.
Save keevie/d43b4b033b805924105ede5ba7a55831 to your computer and use it in GitHub Desktop.
create_table "people", force: :cascade do |t|
t.string "name", null: false
t.integer "house_id"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.index ["house_id"], name: "index_people_on_house_id", using: :btree
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment