deferOrDisableFKsForTx property
String
get
deferOrDisableFKsForTx
override
Depending on the dialect, defers or disables foreign key checks for the duration of the transaction.
Implementation
@override
String get deferOrDisableFKsForTx => 'PRAGMA defer_foreign_keys = ON;';