Back to Exposed

xTimestamp

docs/api/exposed-kotlin-datetime/org.jetbrains.exposed.v1.datetime/x-timestamp.html

1.2.0811 B
Original Source

xTimestamp

fun Table.xTimestamp(name: String): Column<Instant>

Deprecated

Deprecated due to usage of old kotlinx.datetime.Instant. The change caused by deprecation of Instant in the kotlinx.datetime (see more on https://github.com/Kotlin/kotlinx-datetime?tab=readme-ov-file#deprecation-of-instant)

Replace with

kotlin
timestamp(name)

Content copied to clipboard

A timestamp column to store both a date and a time without time zone.

Parameters

name

The column name

Generated by Dokka © 2026 Copyright