Skip to content
# Type Alias: ReferentialAction

ReferentialAction = "cascade" | "restrict" | "no action" | "set null" | "set default"

Defined in: packages/core/src/models/CreateTableQuery.ts:16

Released under the MIT License.