mirror of
https://github.com/beego/bee.git
synced 2024-10-31 18:50:54 +00:00
support tinyblob mediumblob
This commit is contained in:
parent
b3674b5b06
commit
d0c36db1ca
@ -87,6 +87,8 @@ var typeMappingMysql = map[string]string{
|
||||
"text": "string",
|
||||
"longtext": "string",
|
||||
"blob": "string", // blob
|
||||
"tinyblob": "string",
|
||||
"mediumblob": "string",
|
||||
"longblob": "string",
|
||||
"date": "time.Time", // time
|
||||
"datetime": "time.Time",
|
||||
|
Loading…
Reference in New Issue
Block a user