Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ schema.ts
File
schema.ts
packages/stats/core/src/database/schema.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ bigint, char, datetime, decimal, index, int, mysqlTable, uniqueIndex, varchar } from
"drizzle-orm/mysql-core"
2
3
export
const
modelStat = mysqlTable(
4
"model_stat"
,
Callers
nothing calls this directly
Calls
8
periodColumns
Function · 0.85
metricColumns
Function · 0.85
int
Function · 0.85
timestampColumns
Function · 0.85
marketShareColumns
Function · 0.85
default
Method · 0.80
on
Method · 0.80
index
Function · 0.50
Tested by
no test coverage detected