Skip to content

Commit fe13ee7

Browse files
committed
Added more db types
1 parent 59b3bee commit fe13ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/imr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pub struct Source {
113113
#[serde(rename_all = "lowercase")]
114114
pub enum DbType {
115115
VarChar,
116-
VarBinary,
116+
Binary,
117117
Int8,
118118
Int16,
119119
Int32,

0 commit comments

Comments
 (0)