mirror of
https://github.com/penpot/penpot.git
synced 2026-05-16 05:23:39 +00:00
3 lines
60 B
SQL
3 lines
60 B
SQL
ALTER TABLE file
|
|
ADD COLUMN features text[] DEFAULT NULL;
|