feat: collect JSON and XML feeds
This commit is contained in:
@@ -9,6 +9,7 @@ type SaDatasetItem struct {
|
||||
SourceIdentity string `gorm:"type:char(36);index"`
|
||||
CreatedBy uint `gorm:"index;not null"`
|
||||
CreatedByIdentity string `gorm:"type:char(36);index"`
|
||||
ExternalID string `gorm:"size:64;index"`
|
||||
Title string `gorm:"size:500;not null"`
|
||||
Summary string `gorm:"type:text"`
|
||||
Content string `gorm:"type:text"`
|
||||
|
||||
Reference in New Issue
Block a user