Just need to add compare_type=True in the Migrate constructor from flask_migrate import Migrate migrate = Migrate(compare_type=True) app = Flask(__name__) ...
確定! 回上一頁