doc: tablename -> table (#10359)
parent
7c2265e00a
commit
d2bc9ee7bc
|
@ -4,7 +4,7 @@
|
|||
|
||||
### Structs
|
||||
|
||||
- `[tablename: 'name']` sets a custom table name
|
||||
- `[table: 'name']` sets a custom table name
|
||||
|
||||
### Fields
|
||||
|
||||
|
@ -82,4 +82,4 @@ result := sql db {
|
|||
result := sql db {
|
||||
select from Foo where id > 1 order by id
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue