Forest-L 重新执行了一遍还是不行,我进MySQL容器查看了一下:
mysql> use devops;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> show tables;
+-----------------------+
| Tables_in_devops |
+-----------------------+
| flyway_schema_history |
| project |
| project_credential |
| project_membership |
+-----------------------+
4 rows in set (0.00 sec)
mysql> select * from flyway_schema_history;
| installed_rank | version | description | type | script | checksum | installed_by | installed_on | execution_time | success |
| 1 | 0.1 | init | SQL | V0_1__init.sql | -498799193 | root | 2020-07-20 09:21:11 | 720 | 1 |
| 2 | 0.2 | credential | SQL | V0_2__credential.sql | -1376298837 | root | 2020-07-20 09:21:11 | 324 | 1 |
2 rows in set (0.00 sec)
mysql> select * from project;
Empty set (0.00 sec)
mysql> select * from project_credential;
Empty set (0.00 sec)
mysql> select * from project_membership;
Empty set (0.00 sec)