代码之家  ›  专栏  ›  技术社区  ›  Aithusa

liquibase中的Datetime2

  •  1
  • Aithusa  · 技术社区  · 7 年前

    使用liquibase在mssql中创建datetime2列的正确数据类型是什么?我尝试使用timestamp、datetime和datetime2,但它们都映射到datetime。我需要datetime2提供的额外精度。 answer

    1 回复  |  直到 7 年前
        1
  •  3
  •   Aithusa    7 年前

    <column name="UTC_Updated_At" type="datetime2" defaultValueComputed="SYSDATETIME()">