Created
May 18, 2018 10:09
-
-
Save mattb20/8491631fc7a0351b6cec6cf277dab47b 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 "walls", force: :cascade do |t| | |
t.bigint "user_id" | |
t.index ["user_id"], name: "index_walls_on_user_id" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment