MCPcopy 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

1import { bigint, char, datetime, decimal, index, int, mysqlTable, uniqueIndex, varchar } from "drizzle-orm/mysql-core"
2
3export const modelStat = mysqlTable(
4 "model_stat",

Callers

nothing calls this directly

Calls 8

periodColumnsFunction · 0.85
metricColumnsFunction · 0.85
intFunction · 0.85
timestampColumnsFunction · 0.85
marketShareColumnsFunction · 0.85
defaultMethod · 0.80
onMethod · 0.80
indexFunction · 0.50

Tested by

no test coverage detected