onasty/migrations/20250401121105_notes_add_read.up.sql(view raw)
1 2
ALTER TABLE notes ADD COLUMN "read_at" timestamptz;