//! Naming for backfill triggers and their marker column.
/// Column marking rows the backfill has not yet processed.
pub const NEEDS_BACKFILL_COLUMN: &str = "_rustyroad_needs_backfill";
/// Prefix for generated trigger functions and triggers.
const TRIGGER_PREFIX: &str = "_rustyroad_trigger";
/// Direction a trigger rewrites values in.
/// Returns the trigger function name for a table and physical column.