Skip to content

Instantly share code, notes, and snippets.

@tomer-ben-david
Created December 28, 2014 06:23
Show Gist options
  • Save tomer-ben-david/cc4b6f6ea9ea6c74274e to your computer and use it in GitHub Desktop.
Save tomer-ben-david/cc4b6f6ea9ea6c74274e to your computer and use it in GitHub Desktop.
Define a CLOB column with typesafe slick
def someBigText: Column[String] = column[String]("MY_FIELD_NAME", O.DBType("CLOB"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment