コンテンツにスキップ

Function: ensureSchema()

このコンテンツはまだ日本語訳がありません。

ensureSchema<S>(_options): Promise<void>

Defined in: server/src/server-db.ts:39

Compatibility shim for v1 callers. Runtime DDL moved to generated artifacts so deploys are reviewable and crash-safe.

S extends Record<string, AnyTable>

ServerDbOptions<S>

Promise<void>