Skip to content

Instantly share code, notes, and snippets.

@nazt
Created April 8, 2010 14:19
Show Gist options
  • Save nazt/360111 to your computer and use it in GitHub Desktop.
Save nazt/360111 to your computer and use it in GitHub Desktop.
class CurrentCongestion {
String id
Date datatime
String congestionLevel
static mapping = {
table "chiangmai.current_congestion"
version false
columns {
id column: 'sensor_group_id', generator: 'assigned', type: 'string'
datatime column:'datatime'
congestionLevel column:'congestion_level'
}
}
static constraints = {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment