Skip to content

Commit 2334086

Browse files
author
jianggang
authored
fix: Targeting publishTime nullable is true
1 parent 5f1890a commit 2334086

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • feature-probe-dao/src/main/java/com/featureprobe/api/dao/entity

feature-probe-dao/src/main/java/com/featureprobe/api/dao/entity/Targeting.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class Targeting extends AbstractAuditEntity implements TenantSupport {
5757
private String content;
5858

5959
@Temporal(TemporalType.TIMESTAMP)
60-
@Column(name = "publish_time", nullable = false)
60+
@Column(name = "publish_time")
6161
private Date publishTime;
6262

6363
@Column(columnDefinition = "BIT", length = 1)

0 commit comments

Comments
 (0)