Correct table headings and only list types that are actually implemented

This commit is contained in:
Felipe Sere 2020-04-06 08:56:33 +02:00 committed by Felipe Lessa
parent 7c27065c09
commit 333803c1ff
No known key found for this signature in database
GPG Key ID: 210DC649890C2FEA

View File

@ -17,14 +17,9 @@
//!
//! Requires the `chrono` Cargo feature flag.
//!
//! | Rust type | MySQL type(s) |
//! | Rust type | Sqlite type(s) |
//! |---------------------------------------|------------------------------------------------------|
//! | `chrono::DateTime<Utc>` | TIMESTAMP |
//! | `chrono::DateTime<Local>` | TIMETAMP |
//! | `chrono::NaiveDateTime` | DATETIME |
//! | `chrono::NaiveDate` | DATE |
//! | `chrono::NaiveTime` | TIME |
//! | `chrono::NaiveDateTime` | TIMESTAMP |
//!
//! # Nullable
//!