add new models, change migration files, prepare to add all new tables from models
This commit is contained in:
16
internal/foundry/temp_models/db/relationships.go
Normal file
16
internal/foundry/temp_models/db/relationships.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package db
|
||||
|
||||
type Relationships struct {
|
||||
ID uint
|
||||
|
||||
Data []RelationshipsData
|
||||
}
|
||||
|
||||
type RelationshipsData struct {
|
||||
ID string
|
||||
|
||||
RelationshipsType string
|
||||
Type string
|
||||
Manifest string
|
||||
Compatibility Compatibility
|
||||
}
|
||||
Reference in New Issue
Block a user