Files
glass/supabase/migrations/006_reminder_already_sent.sql
T

2 lines
74 B
SQL

ALTER TABLE orders ADD COLUMN IF NOT EXISTS reminder_sent_at TIMESTAMPTZ;