type text struct { gorm.Model models.Text }
我是以这个结构体加创建数据表的,结果发现创建失败,并且捕捉不到错误 查了很久 😦 结构体名要大写
type Text struct { gorm.Model models.Text }
唉。。。