GORM 默认支持的是 Go basic types,根据 A Tour of Go 可以知道 Go basic types 包括:
bool string int int8 int16 int32 int64 uint uint8