我收到以下错误:https://gist.github.com/glaksmono/859e495d61bfb4c66e1bdb24dbdf5719
以下是我在数据库中的内容:
mysql> mysql> SHOW DATABASES;
+----------------------+
| Database |
+----------------------+
| information_schema |
| exchange_development |
| exchange_production |
| exchange_test |
| mysql |
| performance_schema |
| sys |
+----------------------+
7 rows in set (0.00 sec)
mysql> USE exchange_development;
Database changed
mysql> SHOW TABLES;
Empty set (0.00 sec)
mysql>
我之前尝试过执行bundle exec rake db:schema:load
,并一直在网上搜索,但到目前为止还没有。想法?