mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
doc: tablename -> table (#10359)
This commit is contained in:
parent
7c2265e00a
commit
d2bc9ee7bc
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue