add new models, change migration files, prepare to add all new tables from models
This commit is contained in:
9
internal/foundry/temp_models/db/settings.go
Normal file
9
internal/foundry/temp_models/db/settings.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package db
|
||||
|
||||
type Setting struct {
|
||||
ID string
|
||||
|
||||
Key string
|
||||
Value string
|
||||
Stats Stats
|
||||
}
|
||||
Reference in New Issue
Block a user