bee
bee copied to clipboard
bee migrate not working with [email protected]
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 15
Server version: 5.5.5-10.3.13-MariaDB Homebrew
Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
$ bee migrate -conn="root:@tcp(127.0.0.1:3306)/mx"
______
| ___ \
| |_/ / ___ ___
| ___ \ / _ \ / _ \
| |_/ /| __/| __/
\____/ \___| \___| v1.10.0
2019/03/29 01:33:34 INFO ▶ 0001 Using 'mysql' as 'driver'
2019/03/29 01:33:34 INFO ▶ 0002 Using 'root:@tcp(127.0.0.1:3306)/mx' as 'conn'
2019/03/29 01:33:34 INFO ▶ 0003 Running all outstanding migrations
2019/03/29 01:33:34 INFO ▶ 0004 Creating 'migrations' table...
2019/03/29 01:33:34 FATAL ▶ 0005 Column migration.timestamp type mismatch: TYPE: timestamp, DEFAULT: current_timestamp()
I met the same mistake.
Same here.