Appearance
nooschain v0.1.0
nooschain / db/schema / Timestamp
Timestamp = ColumnType<Date, Date | string | undefined, Date | string>
ColumnType
Date
string
undefined
Defined in: db/schema.ts:23
Timestamp column allowing string/Date inserts and Date reads.