Support sea-query 0.12.9
This commit is contained in:
parent
b9a537db3b
commit
dbbb220180
@ -312,6 +312,7 @@ impl From<sea_query::ColumnType> for ColumnType {
|
|||||||
sea_query::ColumnType::JsonBinary => Self::JsonBinary,
|
sea_query::ColumnType::JsonBinary => Self::JsonBinary,
|
||||||
sea_query::ColumnType::Custom(s) => Self::Custom(s.to_string()),
|
sea_query::ColumnType::Custom(s) => Self::Custom(s.to_string()),
|
||||||
sea_query::ColumnType::Uuid => Self::Uuid,
|
sea_query::ColumnType::Uuid => Self::Uuid,
|
||||||
|
_ => unimplemented!(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user