This commit is contained in:
@@ -132,6 +132,9 @@ type BrandKeyword struct {
|
||||
CreatedAt pgtype.Timestamptz `json:"created_at"`
|
||||
UpdatedAt pgtype.Timestamptz `json:"updated_at"`
|
||||
DeletedAt pgtype.Timestamptz `json:"deleted_at"`
|
||||
Layer string `json:"layer"`
|
||||
SeedWord pgtype.Text `json:"seed_word"`
|
||||
Source string `json:"source"`
|
||||
}
|
||||
|
||||
type BrandQuestion struct {
|
||||
@@ -144,6 +147,9 @@ type BrandQuestion struct {
|
||||
CreatedAt pgtype.Timestamptz `json:"created_at"`
|
||||
UpdatedAt pgtype.Timestamptz `json:"updated_at"`
|
||||
DeletedAt pgtype.Timestamptz `json:"deleted_at"`
|
||||
Layer string `json:"layer"`
|
||||
Intent string `json:"intent"`
|
||||
Source string `json:"source"`
|
||||
}
|
||||
|
||||
type Competitor struct {
|
||||
|
||||
Reference in New Issue
Block a user