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/ownership.go
Normal file
16
internal/foundry/temp_models/db/ownership.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package db
|
||||
|
||||
type Ownership struct {
|
||||
ID uint
|
||||
|
||||
Player string
|
||||
Trusted string
|
||||
Assistant string
|
||||
}
|
||||
|
||||
type OwnershipString struct {
|
||||
ID uint
|
||||
|
||||
Key string
|
||||
Value int
|
||||
}
|
||||
Reference in New Issue
Block a user