Update tables

This commit is contained in:
2020-04-25 16:22:02 +02:00
parent 87c4eaed8c
commit 573963b161
4 changed files with 10 additions and 6 deletions
+2 -1
View File
@@ -2,11 +2,12 @@ package be.vandewalleh.entities
import me.liuwj.ktorm.entity.*
import java.time.LocalDateTime
import java.util.*
interface Note : Entity<Note> {
companion object : Entity.Factory<Note>()
val id: Int
val uuid: UUID
var title: String
var user: User
var updatedAt: LocalDateTime