Merge branch 'refs/heads/feat-cid-run-list' into release

This commit is contained in:
junleea 2025-10-02 21:39:51 +08:00
commit 6481b18fcd
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ type RunSQLRequest struct {
type DBManage struct {
gorm.Model
UserID uint `gorm:"column:user_id"` // 用户ID
DB_IP string `gorm:"column:db_ip;type:varchar(255);uniqueIndex:idx_db_ip"` // 数据库IP
DB_IP string `gorm:"column:db_ip;type:varchar(255)"` // 数据库IP
DB_Port uint `gorm:"column:db_port"` // 数据库端口
DB_NAME string `gorm:"column:db_name;type:varchar(255);uniqueIndex:idx_db_name"` // 数据库名称
DB_User string `gorm:"column:db_user;type:varchar(255);uniqueIndex:idx_db_user"` // 数据库用户名