Why Flyway doesn't execute ALTER DATABASE?

后端 未结 0 1747
有刺的猬
有刺的猬 2021-01-06 05:14

I need update the character set of the database and the table also.

ALTER DATABASE mydatabase CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci;
    

USE          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题