Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/drizzle-team/drizzle-orm
/ pg-columns.test.ts
File
pg-columns.test.ts
drizzle-kit/tests/pg-columns.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ integer, pgTable, primaryKey, serial, text, uuid, varchar } from
'drizzle-orm/pg-core'
;
2
import
{ expect, test } from
'vitest'
;
3
import
{ diffTestSchemas } from
'./schemaDiffer'
;
4
Callers
nothing calls this directly
Calls
9
pgTable
Function · 0.90
serial
Function · 0.90
text
Function · 0.90
diffTestSchemas
Function · 0.90
integer
Function · 0.90
primaryKey
Function · 0.90
uuid
Function · 0.90
varchar
Function · 0.90
defaultRandom
Method · 0.80
Tested by
no test coverage detected