This commit is contained in:
		@@ -10,5 +10,5 @@ object SampleObjects : IntIdTable() {
 | 
				
			|||||||
    val timestamp: Column<LocalDate> = date("timestamp").default(LocalDate.now())
 | 
					    val timestamp: Column<LocalDate> = date("timestamp").default(LocalDate.now())
 | 
				
			||||||
    val device_id: Column<Int> = integer("device_id")
 | 
					    val device_id: Column<Int> = integer("device_id")
 | 
				
			||||||
    val device_date: Column<LocalDate> = date("device_date")
 | 
					    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")
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user