Skip to content

Instantly share code, notes, and snippets.

@thomasmartin-whoz
Created October 6, 2022 15:11
Show Gist options
  • Save thomasmartin-whoz/ce60287138e538fb1b7c60f356d1a23d to your computer and use it in GitHub Desktop.
Save thomasmartin-whoz/ce60287138e538fb1b7c60f356d1a23d to your computer and use it in GitHub Desktop.
class Company {
String name
static constraints = {
name nullable: false, index: true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment