This commit is contained in:
parent
588af78122
commit
1f0f831742
@ -10,5 +10,5 @@ object SampleObjects : IntIdTable() {
|
||||
val timestamp: Column<LocalDate> = date("timestamp").default(LocalDate.now())
|
||||
val device_id: Column<Int> = integer("device_id")
|
||||
val device_date: Column<LocalDate> = date("device_date")
|
||||
override val primaryKey = PrimaryKey(id, name = "PK_ResultObject_Id")
|
||||
override val primaryKey = PrimaryKey(id, name = "PK_SampleObject_Id")
|
||||
}
|
Loading…
Reference in New Issue
Block a user