Skip to content

Instantly share code, notes, and snippets.

@youliangdao
Created December 3, 2022 00:45
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 youliangdao/4520a7947acdcaa3de807d863bbbaf05 to your computer and use it in GitHub Desktop.
Save youliangdao/4520a7947acdcaa3de807d863bbbaf05 to your computer and use it in GitHub Desktop.
ActiveRecord::Schema.define(version: 2022_11_30_084828) do
create_table "tasks", force: :cascade do |t|
t.string "title"
t.boolean "checked"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment