mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
orm: mysql fixes (#14772)
This commit is contained in:
@ -205,7 +205,7 @@ fn pg_type_from_v(typ int) ?string {
|
||||
orm.string {
|
||||
'TEXT'
|
||||
}
|
||||
-1 {
|
||||
orm.serial {
|
||||
'SERIAL'
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user