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