Skip to content

Instantly share code, notes, and snippets.

class Entry {
int userId
String userName
String attendance
String message
static constraints = {
userId(unique:true, blank:false)
userName(blank:false)