add new models, change migration files, prepare to add all new tables from models
This commit is contained in:
11
internal/foundry/temp_models/db/stats.go
Normal file
11
internal/foundry/temp_models/db/stats.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package db
|
||||
|
||||
type Stats struct {
|
||||
ID uint
|
||||
|
||||
CoreVersion string
|
||||
SystemID string
|
||||
SystemVersion string
|
||||
LastModifiedBy string
|
||||
ModifiedTime int64
|
||||
}
|
||||
Reference in New Issue
Block a user