tripnomics_7.5.5/pkg/services/sqlstore/tables.go
venbatechnologies@gmail.com 91fce5c4bf Initial commit
2021-07-05 13:49:40 +05:30

10 lines
161 B
Go

package sqlstore
// extra tables not required by the core/outside model
type DashboardTag struct {
Id int64
DashboardId int64
Term string
}