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
issue
which type should i set on column project.board_type in mariadb? i’m not familiar with golang type mapping with mysql …