Created
January 11, 2017 02:59
-
-
Save keevie/d43b4b033b805924105ede5ba7a55831 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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