fix wrong type to string
This commit is contained in:
@@ -3,5 +3,5 @@ package models
|
||||
type Workspace struct {
|
||||
Id uint `gorm:"primaryKey" json:"id"`
|
||||
Name string `gorm:"column:name" json:"name"`
|
||||
Description Permissions `gorm:"type:json" json:"description"`
|
||||
Description string `gorm:"type:json" json:"description"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user