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.
1 parent 85c1187 commit b2f09bcCopy full SHA for b2f09bc
src/main/java/os/expert/sample/Goal.java
@@ -7,5 +7,5 @@
7
import java.util.List;
8
9
@Entity
10
-public record Goal(@Id String title, @Column String description, @Column List<Task> tasks) {
+public record Goal(@Id String title, @Column String description, @Column int priority, @Column List<Task> tasks) {
11
}
0 commit comments