Last active
December 15, 2024 16:27
-
-
Save ssaki/26a3e44664047be1178e327930748b28 to your computer and use it in GitHub Desktop.
Syntax higlighted sql output for the symfony/doctrine CLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# requires `sudo apt install python3-pygments` | |
alias dump-sql='bin/console doctrine:schema:update --dump-sql | pygmentize -l mysql -f terminal' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment