Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ user.sql.ts
File
user.sql.ts
packages/console/core/src/schema/user.sql.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mysqlTable, uniqueIndex, varchar, int, mysqlEnum, index, bigint } from
"drizzle-orm/mysql-core"
2
import
{ timestamps, ulid, utc, workspaceColumns } from
"../drizzle/types"
3
import
{ workspaceIndexes } from
"./workspace.sql"
4
Callers
nothing calls this directly
Calls
6
ulid
Function · 0.90
utc
Function · 0.90
workspaceIndexes
Function · 0.90
int
Function · 0.85
on
Method · 0.80
index
Function · 0.50
Tested by
no test coverage detected