You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker run -d -p 3306:3306 --env MYSQL_ROOT_PASSWORD=root mysql:8.0
$ mysql -P3306 -uroot -proot --protocol=tcp
# in MySQL repl
$ CREATE DATABASE comiq_dev;
$ exit# in terminal
$ make db-migrate