Project 表的 board_type 和 type 字段应设置什么类型?

环境

  • gitea 1.18.5
  • mariadb 10.6.4

gitea.log 中看着难受的警告日志

2023/05/11 07:27:37 routers/init.go:145:GlobalInitInstalled() [W] Table project column board_type db type is INT(11) UNSIGNED, struct type is INT UNSIGNED       
2023/05/11 07:27:37 routers/init.go:145:GlobalInitInstalled() [W] Table project column type db type is INT(11) UNSIGNED, struct type is INT UNSIGNED

问题

  • golang 里的 int unsigned 类型,对应的 mysql 中的哪种类型?

这是一个错误的警告,可以忽略掉的。。。。