mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
orm: fix a typo (#12131)
This commit is contained in:
parent
3647fc6633
commit
8d5931c96c
@ -149,7 +149,7 @@ pub interface Connection {
|
||||
update(table string, data QueryData, where QueryData) ?
|
||||
delete(table string, where QueryData) ?
|
||||
create(table string, fields []TableField) ?
|
||||
drop(talbe string) ?
|
||||
drop(table string) ?
|
||||
last_id() Primitive
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user