Order Reconciliation Log
Step 4: to track this incident going forward, design the recon_log table. It must have id as an int primary key, required order_id as int, required checked_at as timestamp, and required ok as boolean.
Just CREATE/ALTER/DROP — no trailing SELECT needed.
Sign in to see submission history
Sign inSign in to use AI Mentor
Sign inNo starting schema
This task starts with no tables — you'll create them via CREATE TABLE.