3 lines
142 B
MySQL
3 lines
142 B
MySQL
|
|
ALTER TABLE executions ADD COLUMN IF NOT EXISTS attributes JSONB;
|
||
|
|
ALTER TABLE processor_executions ADD COLUMN IF NOT EXISTS attributes JSONB;
|