remix/data-table · Type

View Source

ForeignKeyAction

Summary

Referential actions supported by foreign key constraints.

Signature

type ForeignKeyAction = 'cascade' | 'restrict' | 'set null' | 'set default' | 'no action'