mirror of
https://github.com/penpot/penpot.git
synced 2026-05-13 12:04:06 +00:00
3 lines
59 B
SQL
3 lines
59 B
SQL
ALTER TABLE file
|
|
ADD COLUMN vern int NOT NULL DEFAULT 0;
|