1.左边是golang字段类型,右边是pg数据库字段类型
int integer time.Time timestamp int8 smallint float64 numeric(8,3) (只要是numeric统统使用float64) string text string varchar