Skip to content

Commit

Permalink
typo: BYTE -> BINARY (#2624)
Browse files Browse the repository at this point in the history
MySQL does not have a BYTE type.
  • Loading branch information
sebastianv89 committed Jul 24, 2023
1 parent 8cad54c commit eae9484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx-mysql/src/types/mod.rs
Expand Up @@ -61,7 +61,7 @@
//!
//! | Rust type | MySQL type(s) |
//! |---------------------------------------|------------------------------------------------------|
//! | `uuid::Uuid` | BYTE(16), VARCHAR, CHAR, TEXT |
//! | `uuid::Uuid` | BINARY(16), VARCHAR, CHAR, TEXT |
//! | `uuid::fmt::Hyphenated` | CHAR(36) |
//! | `uuid::fmt::Simple` | CHAR(32) |
//!
Expand Down

0 comments on commit eae9484

Please sign in to comment.