fixed:自动导入功能将根据表内字段自动创建created_at和updated_at的时间

This commit is contained in:
pixelMax(奇淼
2024-05-17 10:26:47 +08:00
parent 3c486d9117
commit de54688c56
5 changed files with 31 additions and 18 deletions

View File

@@ -44,7 +44,7 @@ require (
gorm.io/driver/mysql v1.5.6
gorm.io/driver/postgres v1.5.7
gorm.io/driver/sqlserver v1.5.1
gorm.io/gorm v1.25.9
gorm.io/gorm v1.25.10
nhooyr.io/websocket v1.8.7
)