feat: add storage and media table
This commit is contained in:
5
backend/database/fields/storage.go
Normal file
5
backend/database/fields/storage.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package fields
|
||||
|
||||
// swagger:enum UserStatus
|
||||
// ENUM( Local ,AliOSS, S3, MinIO)
|
||||
type StorageType int16
|
||||
Reference in New Issue
Block a user