working full passer on put request
This commit is contained in:
@@ -10,6 +10,7 @@ const PREDEFINED_FIELD_TYPES: &[(&str, &str)] = &[
|
||||
("string", "TEXT"),
|
||||
("boolean", "BOOLEAN"),
|
||||
("timestamp", "TIMESTAMPTZ"),
|
||||
("timestamptz", "TIMESTAMPTZ"),
|
||||
("time", "TIMESTAMPTZ"),
|
||||
("money", "NUMERIC(14, 4)"),
|
||||
("integer", "INTEGER"),
|
||||
|
||||
Reference in New Issue
Block a user