Refactor Bar.java
This commit is contained in:
@@ -80,7 +80,7 @@ public class Bar implements Serializable {
|
|||||||
@Column(name = "timestamp")
|
@Column(name = "timestamp")
|
||||||
private long timestamp;
|
private long timestamp;
|
||||||
|
|
||||||
@Column(name = "created_date")
|
@Column(name = "created_date", updatable = false, nullable = false)
|
||||||
@CreatedDate
|
@CreatedDate
|
||||||
private long createdDate;
|
private long createdDate;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user