Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created September 11, 2015 18:31
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 anonymous/491db275bb625e27b967 to your computer and use it in GitHub Desktop.
Save anonymous/491db275bb625e27b967 to your computer and use it in GitHub Desktop.
create_table "variance_report_caches", force: :cascade do |t|
t.string "hex", limit: 255
t.text "params", limit: 65535
t.integer "size", limit: 4
t.datetime "created_at"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment