mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +00:00
Fix a misspelling in MySQL types document
This commit is contained in:
parent
19edb73ffc
commit
77cdafe08a
@ -25,7 +25,7 @@
|
||||
//! | Rust type | MySQL type(s) |
|
||||
//! |---------------------------------------|------------------------------------------------------|
|
||||
//! | `chrono::DateTime<Utc>` | TIMESTAMP |
|
||||
//! | `chrono::DateTime<Local>` | TIMETAMP |
|
||||
//! | `chrono::DateTime<Local>` | TIMESTAMP |
|
||||
//! | `chrono::NaiveDateTime` | DATETIME |
|
||||
//! | `chrono::NaiveDate` | DATE |
|
||||
//! | `chrono::NaiveTime` | TIME |
|
||||
|
Loading…
x
Reference in New Issue
Block a user