add new models, change migration files, prepare to add all new tables from models
This commit is contained in:
10
internal/foundry/temp_models/db/index.go
Normal file
10
internal/foundry/temp_models/db/index.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package db
|
||||
|
||||
type Index struct {
|
||||
ID string
|
||||
|
||||
Folder string
|
||||
Img string
|
||||
Name string
|
||||
Type string
|
||||
}
|
||||
Reference in New Issue
Block a user