Created
November 14, 2021 09:41
-
-
Save leben-jp/b065df474b2452245c2a01b5906e06f6 to your computer and use it in GitHub Desktop.
This file contains 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
bin/cake migrations status | |
Status Migration ID Migration Name | |
up 20211113120214 CreateHoge0 | |
up 20211113121301 CreateHoge1 | |
up 20211113121453 CreateHoge2 | |
bin/cake migrations rollback -t 20211113121453 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment