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/media.go
Normal file
9
internal/foundry/temp_models/db/media.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package db
|
||||
|
||||
type Media struct {
|
||||
ID uint
|
||||
|
||||
Type string
|
||||
URL string
|
||||
Caption string
|
||||
}
|
||||
Reference in New Issue
Block a user