-- PainterPalette.csv enrichment fields on artists ALTER TABLE artists ADD COLUMN IF NOT EXISTS palette_metadata JSONB; CREATE INDEX IF NOT EXISTS artists_palette_metadata_idx ON artists USING gin (palette_metadata);