mirror of
https://github.com/beego/bee.git
synced 2024-11-01 00:00:53 +00:00
add time type
This commit is contained in:
parent
d0c36db1ca
commit
5ec39d71ed
@ -93,6 +93,7 @@ var typeMappingMysql = map[string]string{
|
||||
"date": "time.Time", // time
|
||||
"datetime": "time.Time",
|
||||
"timestamp": "time.Time",
|
||||
"time": "time.Time",
|
||||
"float": "float32", // float & decimal
|
||||
"double": "float64",
|
||||
"decimal": "float64",
|
||||
|
Loading…
Reference in New Issue
Block a user