Skip to content

Instantly share code, notes, and snippets.

@ctataryn
Created March 10, 2016 22:24
Show Gist options
  • Select an option

  • Save ctataryn/508227291dff55f29285 to your computer and use it in GitHub Desktop.

Select an option

Save ctataryn/508227291dff55f29285 to your computer and use it in GitHub Desktop.
class ChunkTable(tag:Tag) extends Table[ChunkModel] (tag, "chunk") {
//Other columns...
def state = column[ChunkState]("state")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment