tables.go 161 B

123456789
  1. package sqlstore
  2. // extra tables not required by the core/outside model
  3. type DashboardTag struct {
  4. Id int64
  5. DashboardId int64
  6. Term string
  7. }