phone numbers are advanced as of now

This commit is contained in:
Priec
2026-07-18 23:55:40 +02:00
parent e15ba04158
commit a2c55aa982
7 changed files with 15 additions and 4 deletions

View File

@@ -82,9 +82,11 @@ pub struct ColumnDefinition {
/// Logical column type. Supported values (case-insensitive):
/// TEXT
/// BOOLEAN
/// INSTANT (absolute timestamp, displayed in the viewer timezone)
/// INSTANT (local input resolved in the authenticated user's timezone
/// and displayed in the viewer timezone)
/// USER_DATETIME (local input resolved in the user's timezone)
/// RAW_DATETIME (timezone-free civil datetime)
/// PHONE (international or national phone number; generates extension/type/country/calling-code companions)
/// TIME (timezone-free time of day)
/// MONEY (= unconstrained NUMERIC; currency comes from the table)
/// INT