mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
3 lines
60 B
SQL
3 lines
60 B
SQL
ALTER TABLE file
|
|
ADD COLUMN features text[] DEFAULT NULL;
|