riya_business_travel_8.0.0_.../pkg/services/sqlstore/tables.go
venbatechnologies@gmail.com 565484c22d Modified initial commit
2021-07-05 14:17:23 +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
}