Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ json, primaryKey, mysqlTable, uniqueIndex, varchar } from
"drizzle-orm/mysql-core"
2
import
{ timestamps, ulid } from
"../drizzle/types"
3
4
export
const
WorkspaceTable = mysqlTable(
Callers
nothing calls this directly
Calls
3
ulid
Function · 0.90
on
Method · 0.80
json
Function · 0.50
Tested by
no test coverage detected