mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
2 lines
65 B
SQL
2 lines
65 B
SQL
ALTER TABLE memo ADD COLUMN payload JSONB NOT NULL DEFAULT '{}';
|