laravel-db-sync
                                
                                 laravel-db-sync copied to clipboard
                                
                                    laravel-db-sync copied to clipboard
                            
                            
                            
                        It didn't work, but I don't know how to debug it
It didn't work — my local database was left unmodified. Here's the console output:
$ php artisan db:production-sync
mysqldump: [Warning] Using a password on the command line interface can be insecure.
Warning: A partial dump from a server that has GTIDs will by default include the GTIDs of all transactions, even those that changed suppressed parts of the database. If you don't want to restore GTIDs, pass --set-gtid-purged=OFF. To make a complete dump, pass --all-databases --triggers --routines --events. 
Warning: A dump from a server that has GTIDs enabled will by default include the GTIDs of all transactions, even those that were executed during its extraction and might not be represented in the dumped data. This might result in an inconsistent data dump. 
In order to ensure a consistent backup of the database, pass --single-transaction or --lock-all-tables or --master-data. 
DB Synced