Sign in
skia
/
buildbot
/
807f965dc324
/
.
/
perf
/
go
/
graphsshortcut
/
graphsshortcutstore
/
schema
/
schema.go
blob: 40327d52475e572af47ba42f7768ba51cdc88a48 [
file
] [
log
] [
blame
]
package schema
type GraphsShortcutSchema struct {
ID string `sql:"id TEXT UNIQUE NOT NULL PRIMARY KEY"`
Graphs string `sql:"graphs TEXT"`
}