Skip to main content

Module backfill

Module backfill 

Source
Expand description

Backend-portable backfill helpers for SeaORM migrations.

Functionsยง

backfill
General-purpose backfill escape hatch: caller provides a closure that produces backend-specific SQL.
backfill_current_timestamp
Backfill a column with the current timestamp.
backfill_random_hex
Backfill a column with random hex strings of hex_len characters.
backfill_random_uuid
Backfill a column with random UUID v4 strings.