Skip to content

Instantly share code, notes, and snippets.

@missingfaktor
Created January 24, 2012 07:57
Show Gist options
  • Select an option

  • Save missingfaktor/1668754 to your computer and use it in GitHub Desktop.

Select an option

Save missingfaktor/1668754 to your computer and use it in GitHub Desktop.
trait TableSpec {
def columns: Seq[ColumnSpec[Any]]
def verifications: Seq[Expr[Boolean]]
def computations: Seq[Computation[Any]]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment