We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffff7fc commit cdee683Copy full SHA for cdee683
backend/internal/entity/content.go
@@ -6,7 +6,7 @@ type Content struct {
6
gorm.Model
7
Title string `gorm:"size:255;not null;" json:"title"`
8
Path string `gorm:"size:255;not null;" json:"path"`
9
- Body string `gorm:"size:2000;" json:"body"`
+ Body string `gorm:"size:5000;" json:"body"`
10
Type string `gorm:"size:255;not null;" json:"type"`
11
ModuleID uint
12
Module Module `gorm:"foreignKey:ModuleID;references:ID" json:"-"`
0 commit comments