mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Fix description of case used in attribute names
Attributes are written in lowerCamelCase, not Pascal case (aka UpperCamelCase). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
@@ -114,7 +114,7 @@ or::
|
||||
|
||||
Entities
|
||||
========
|
||||
Entities are data objects that carry all the table's information for one row. Every Entity has an **id** field by default that is set to the integer type. Table rows are mapped from lower case and underscore separated names to pascal case attributes:
|
||||
Entities are data objects that carry all the table's information for one row. Every Entity has an **id** field by default that is set to the integer type. Table rows are mapped from lower case and underscore separated names to *lowerCamelCase* attributes:
|
||||
|
||||
* **Table column name**: phone_number
|
||||
* **Property name**: phoneNumber
|
||||
|
||||
Reference in New Issue
Block a user