`created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
`updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
go不要用println,全用fmt包的printf和println
内置的println接受的类型少,复杂类型会打印(0x920400,0xc0423601c0)这种