3 lines
61 B
SQL
3 lines
61 B
SQL
|
|
ALTER TABLE articles
|
||
|
|
ADD COLUMN wizard_state_json JSONB;
|