Skip to content

Instantly share code, notes, and snippets.

@mattb20
Created May 18, 2018 10:09
Show Gist options
  • Save mattb20/8491631fc7a0351b6cec6cf277dab47b to your computer and use it in GitHub Desktop.
Save mattb20/8491631fc7a0351b6cec6cf277dab47b to your computer and use it in GitHub Desktop.
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