1-- Drop indices first (they will be dropped automatically with the table as well, but explicit for clarity)
2DROPINDEXIFEXISTSidx_missing_blobs_created_date;3DROPINDEXIFEXISTSuq_missing_blobs_did_cid;45-- Drop the table
6DROPTABLEIFEXISTSmissing_blobs;