4 tests are failing

This commit is contained in:
filipriec
2025-06-22 22:15:08 +02:00
parent 1b1e7b7205
commit 7403b3c3f8
2 changed files with 5 additions and 2 deletions

View File

@@ -13,6 +13,9 @@ const PREDEFINED_FIELD_TYPES: &[(&str, &str)] = &[
("time", "TIMESTAMPTZ"),
("money", "NUMERIC(14, 4)"),
("integer", "INTEGER"),
("int", "INTEGER"),
("biginteger", "BIGINT"),
("bigint", "BIGINT"),
("date", "DATE"),
];