Skip to content

Instantly share code, notes, and snippets.

@Kallin
Created June 19, 2012 22:58
Show Gist options
  • Save Kallin/2957027 to your computer and use it in GitHub Desktop.
Save Kallin/2957027 to your computer and use it in GitHub Desktop.
dbsession pk gen
column(autoIncrement: "true", name: "id", type: "int8") {
constraints(nullable: "false", primaryKey: "true", primaryKeyName: "persistent_sePK")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment