• Migrate defines a single migration upgrade/downgrade action.

    Note that this method is available only in pb_migrations context.

    Parameters

    • up: ((txApp) => void)
    • Optional down: ((txApp) => void)

    Returns void

Generated using TypeDoc