]> saetta.ns0.it Git - rust/zakform/commitdiff
Added FieldDbType Boolean.
authorAndrea Zagli <azagli@libero.it>
Sat, 27 Jan 2024 08:26:26 +0000 (09:26 +0100)
committerAndrea Zagli <azagli@libero.it>
Sat, 27 Jan 2024 08:26:26 +0000 (09:26 +0100)
src/fields.rs

index d3046917fd958c01c4ce34c2e1d9aa2b8a9e6d6a..4eee14a338b221530f9f42705b63a96c6a1375f1 100644 (file)
@@ -10,6 +10,7 @@ pub enum FieldDbType {
        Text,
        Integer,
        Float,
+       Boolean,
        Date,
        DateTime,
 }