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/journal.go
Normal file
10
internal/foundry/temp_models/db/journal.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package db
|
||||
|
||||
type Journal struct {
|
||||
ID string
|
||||
|
||||
Name string
|
||||
Sort int
|
||||
Pages []JournalPage
|
||||
Ownership []OwnershipString
|
||||
}
|
||||
Reference in New Issue
Block a user