Skip to content

Commit ec82b68

Browse files
committed
Docs πŸ‘©πŸ»β€πŸ«
1 parent 01b2ac3 commit ec82b68

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

β€Ždocs/structures/order.mdβ€Ž

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
## Object attributes
1212

13-
| Attribute | Accepts | Required |
14-
|-----------------|----------------------------------------------------------------------------------------|----------|
15-
| obj | `structures.Order` | True |
16-
| property | `functions.*` `properties.Property` | True |
17-
| kind | Enum[`ASC` `DESC`] | False |
13+
| Attribute | Accepts | Required |
14+
|-----------------|--------------------------------------------------------------|----------|
15+
| obj | `structures.Order` | True |
16+
| property | `functions.*` `properties.Property` `strctures.CastOperator` | True |
17+
| kind | Enum[`ASC` `DESC`] | False |
1818

1919

2020
## JSON format
@@ -34,4 +34,3 @@
3434
```sql
3535
users.name ASC
3636
```
37-

0 commit comments

Comments
Β (0)