Skip to content

Instantly share code, notes, and snippets.

@GAierken
Created December 17, 2019 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GAierken/05c215f8db23a68f56b03a27440878bf to your computer and use it in GitHub Desktop.
Save GAierken/05c215f8db23a68f56b03a27440878bf to your computer and use it in GitHub Desktop.
create_table "definitions", force: :cascade do |t|
t.integer "slang_id"
t.string "language"
t.string "meaning"
t.datetime "created_at", precision: 6, null: false
t.datetime "updated_at", precision: 6, null: false
t.index ["slang_id"], name: "index_definitions_on_slang_id"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment