3 lines
83 B
MySQL
3 lines
83 B
MySQL
|
|
ALTER TABLE ai_benchmark_results
|
||
|
|
ADD COLUMN IF NOT EXISTS expected_json JSONB;
|