-- 021_spil_img_rslt.sql -- SPIL_DATA 테이블에 이미지 분석 결과 컬럼 추가 ALTER TABLE wing.spil_data ADD COLUMN IF NOT EXISTS img_rslt_data JSONB;