Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/directus/directus
/ hasTable
Method
hasTable
packages/schema/src/types/schema-inspector.ts:17–17 ·
view source on GitHub ↗
(table: string)
Source
from the content-addressed store, hash-verified
15
tableInfo(table: string): Promise<Table>;
16
17
hasTable(table: string): Promise<boolean>;
18
19
columns(table?: string): Promise<{ table: string; column: string }[]>;
20
Callers
5
crud.test.ts
File · 0.65
isInstalled
Function · 0.65
runSeed
Function · 0.65
up
Function · 0.65
up
Function · 0.65
Implementers
6
MSSQL
packages/schema/src/dialects/mssql.ts
CockroachDB
packages/schema/src/dialects/cockroach
Postgres
packages/schema/src/dialects/postgres.
MySQL
packages/schema/src/dialects/mysql.ts
SQLite
packages/schema/src/dialects/sqlite.ts
oracleDB
packages/schema/src/dialects/oracledb.
Calls
no outgoing calls
Tested by
no test coverage detected