MCPcopy Index your code
hub / github.com/anomalyco/opencode / workspace.sql.ts

File workspace.sql.ts

packages/console/core/src/schema/workspace.sql.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { json, primaryKey, mysqlTable, uniqueIndex, varchar } from "drizzle-orm/mysql-core"
2import { timestamps, ulid } from "../drizzle/types"
3
4export const WorkspaceTable = mysqlTable(

Callers

nothing calls this directly

Calls 3

ulidFunction · 0.90
onMethod · 0.80
jsonFunction · 0.50

Tested by

no test coverage detected