5db7f0c428
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 lines
74 B
SQL
2 lines
74 B
SQL
ALTER TABLE orders ADD COLUMN IF NOT EXISTS reminder_sent_at TIMESTAMPTZ;
|