This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_models
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
4
Wiki
Activity
Browse Source
意见反馈
master
huangjiajun
1 day ago
parent
78e7376f8b
commit
6c727a2f46
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/model/user_feedback.go
+ 1
- 0
src/model/user_feedback.go
View File
@@ -17,4 +17,5 @@ type UserFeedback struct {
Cid int `json:"cid" xorm:"default 0 INT(11)"`
Ip string `json:"ip" xorm:"VARCHAR(255)"`
CreateAt time.Time `json:"create_at" xorm:"DATETIME"`
Title []byte `json:"title" xorm:"VARBINARY(255)"`
}
Write
Preview
Loading…
Cancel
Save