Fix write failure on PDP statistics
[policy/models.git] / models-base / src / main / java / org / onap / policy / models / base / PfTimestampKey.java
index 6e22718..1f5dc65 100644 (file)
@@ -51,7 +51,7 @@ public class PfTimestampKey extends PfKeyImpl {
     @Pattern(regexp = VERSION_REGEXP)
     private String version;
 
-    @Column(name = TIMESTAMP_TOKEN)
+    @Column(name = TIMESTAMP_TOKEN, precision = 3)
     @Temporal(TemporalType.TIMESTAMP)
     @NonNull
     private Date timeStamp;