orm: fix a typo (#12131)
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