Table

Use to specify table name for entity. @Table("table_name") - specifies table name to store entity in, different from default generated. If this annotation not present, table name will be autogenerated as lowercase entity name with conversion of CamelCaseEntityName to camel_case_entity_name.

struct Table {}

Members

Variables

name
string name;
Undocumented in source.

Meta