Skip to content

Commit

Permalink
added PageHTML field for posts
Browse files Browse the repository at this point in the history
  • Loading branch information
surajmn1 committed Nov 17, 2022
1 parent 49c461d commit fb026a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schemax/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,5 @@ type Post struct {
HeaderCode string `gorm:"column:header_code" json:"header_code"`
FooterCode string `gorm:"column:footer_code" json:"footer_code"`
MetaFields postgres.Jsonb `gorm:"column:meta_fields" json:"meta_fields" swaggertype:"primitive,string"`
PageHTML postgres.Jsonb `gorm:"column:page_html" json:"page_html" swaggertype:"primitive,string"`
}

0 comments on commit fb026a1

Please sign in to comment.