-- Migration: Add due_date column to mailbox table ALTER TABLE mailbox ADD COLUMN IF NOT EXISTS due_date DATE NULL;