fork download
  1. ALTER TABLE `fleet_system`.`pickup_bonus_configuration`
  2. DROP COLUMN `updated_at`;
  3.  
  4. ALTER TABLE `fleet_system`.`delivery_zone_bonus_configuration`
  5. DROP COLUMN `updated_at`;
  6.  
Success #stdin #stdout #stderr 0.01s 5280KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: near line 1: near "DROP": syntax error
Error: near line 4: near "DROP": syntax error