Increase question text size
This commit is contained in:
parent
d0bf7a75f7
commit
91d4649b3d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
||||||
type Question struct {
|
type Question struct {
|
||||||
gorm.Model
|
gorm.Model
|
||||||
|
|
||||||
Text string
|
Text string `gorm:"type:varchar(1024)"`
|
||||||
Contest *Contest
|
Contest *Contest
|
||||||
ContestID uint `schema:"contest_id"`
|
ContestID uint `schema:"contest_id"`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue