Why in the JavaDateColumnTypeKt.class, timestamp i...
# exposed
c
Why in the JavaDateColumnTypeKt.class, timestamp is typed to Column<Instant> and not Column<Timestamp>? 🧐
Copy code
public fun org.jetbrains.exposed.sql.Table.timestamp(name: kotlin.String): org.jetbrains.exposed.sql.Column<java.time.Instant> { /* compiled code */ }