Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Kallin/2957046 to your computer and use it in GitHub Desktop.
Save Kallin/2957046 to your computer and use it in GitHub Desktop.
persistent_session_attribute_value serialized column
column(name: "serialized", type: "bytea(20000)") {
constraints(nullable: "false")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment