change string to 3 letters STR

This commit is contained in:
Adrian Zuercher
2025-07-15 19:19:45 +02:00
parent 83bf855485
commit 3b38be8de5

View File

@@ -20,7 +20,7 @@ const (
LOU Type = "LOU" // UINT64
F32 Type = "F32" // FLOAT32
F64 Type = "F64" // FLOAT64
STR Type = "STRING" // STRING
STR Type = "STR" // STRING
)
// dbm datatype model