added blog posting

This commit is contained in:
rawleyIfowler
2022-02-23 11:41:29 -06:00
parent 724f7b0034
commit 581e7e258a
2 changed files with 13 additions and 6 deletions

View File

@@ -22,8 +22,8 @@ import (
type Comment struct {
gorm.Model
Id uint `json:"id"`
Date string `json:"date"`
Author string `json:"author"`
Id uint `json:"id"`
Date string `json:"date"`
Author string `json:"author"`
Content string `json:"content"`
}