【问题标题】:What is the definition of the SCHEMA_HISTORY.execution_time in Flyway?Flyway 中 SCHEMA_HISTORY.execution_time 的定义是什么?
【发布时间】:2018-10-20 20:00:33
【问题描述】:

我在 https://flywaydb.org 和 Google 上找不到此表的任何文档。这看起来不像秒。我倾向于毫秒,但以mm:ss.SSS 形式记录的执行时间 项与SCHEMA_HISTORY 表中的数字不匹配,尽管它们很接近。

【问题讨论】:

    标签: flyway


    【解决方案1】:

    execution_time 字段以毫秒为单位:

    /** * The execution time (in millis) of this migration. */ private final int executionTime;

    来源:飞路source code

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-09-01
      • 2014-11-15
      • 1970-01-01
      • 1970-01-01
      • 2011-06-01
      • 2021-01-18
      • 2015-08-13
      • 2013-06-13
      相关资源
      最近更新 更多