DATETIME

Date and time value. Stored as ISO format text: YYYY-MM-DD HH:MM:SS.

SQLite: DATETIME

Example:

table.addData(TableData.DATETIME, "created_at")
set("created_at", "2023-10-01 12:00:00")

Properties

Link copied to clipboard
Link copied to clipboard