3 lines
106 B
SQL
3 lines
106 B
SQL
ALTER TABLE generation_tasks
|
|
ADD COLUMN IF NOT EXISTS result_data jsonb NOT NULL DEFAULT '{}'::jsonb;
|