comment
Purpose
Sets the comment to use when generating the table's creation SQL (DDL).Examples
class Book { static mapping = { comment "your comment here" } }
Description
Usage:comment(string)
Arguments:
comment
- The comment
(Quick Reference)
commentPurposeSets the comment to use when generating the table's creation SQL (DDL).Examplesclass Book { static mapping = { comment "your comment here" } } DescriptionUsage:comment(string) Arguments:
|
Command LineConstraintsControllersDatabase MappingDomain ClassesPlug-insServicesServlet APITag LibrariesTags |