mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-06 18:10:25 +08:00
修改SQL对比算法
This commit is contained in:
6
internal/setup/sql_records_table.go
Normal file
6
internal/setup/sql_records_table.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package setup
|
||||
|
||||
type SQLRecordsTable struct {
|
||||
TableName string
|
||||
UniqueFields []string
|
||||
}
|
||||
Reference in New Issue
Block a user