mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
doc: tablename -> table (#10359)
This commit is contained in:
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
Block a user