Skip to content

Commit eae9484

Browse files
authored
typo: BYTE -> BINARY (#2624)
MySQL does not have a BYTE type.
1 parent 8cad54c commit eae9484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-mysql/src/types/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
//!
6262
//! | Rust type | MySQL type(s) |
6363
//! |---------------------------------------|------------------------------------------------------|
64-
//! | `uuid::Uuid` | BYTE(16), VARCHAR, CHAR, TEXT |
64+
//! | `uuid::Uuid` | BINARY(16), VARCHAR, CHAR, TEXT |
6565
//! | `uuid::fmt::Hyphenated` | CHAR(36) |
6666
//! | `uuid::fmt::Simple` | CHAR(32) |
6767
//!

0 commit comments

Comments
 (0)