How to modify a date for an order in NAVICAT(table salesorder)
If a date needs to be modified for an invoice, go to Navicat and look for the table called "salesorder" or just enter: SELECT * from salesorder;
As the displayed list might be overwhelmingly long, ...