We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b2ac3 commit ec82b68Copy full SHA for ec82b68
βdocs/structures/order.mdβ
@@ -10,11 +10,11 @@
10
11
## Object attributes
12
13
-| Attribute | Accepts | Required |
14
-|-----------------|----------------------------------------------------------------------------------------|----------|
15
-| obj | `structures.Order` | True |
16
-| property | `functions.*` `properties.Property` | True |
17
-| kind | Enum[`ASC` `DESC`] | False |
+| Attribute | Accepts | Required |
+|-----------------|--------------------------------------------------------------|----------|
+| obj | `structures.Order` | True |
+| property | `functions.*` `properties.Property` `strctures.CastOperator` | True |
+| kind | Enum[`ASC` `DESC`] | False |
18
19
20
## JSON format
@@ -34,4 +34,3 @@
34
```sql
35
users.name ASC
36
```
37
-
0 commit comments