We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bca719 + 0a230b8 commit 0a7b4d8Copy full SHA for 0a7b4d8
server/app/src/main/java/com/epicnerf/hibernate/model/GroupObject.java
@@ -42,7 +42,7 @@ public class GroupObject {
42
43
@CreationTimestamp
44
@Temporal(TemporalType.TIMESTAMP)
45
- @Column(nullable = false, columnDefinition = "datetime default CURRENT_TIMESTAMP")
+ @Column(nullable = false, columnDefinition = "TIMESTAMP default CURRENT_TIMESTAMP")
46
private Date lastActivityDate;
47
48
public String getDescription() {
0 commit comments