You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds date_type backed by std::chrono::sys_days with full support for
DDL generation, serialization, deserialization, and optional variants.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
-`date_type` for MySQL `DATE` columns — stores `std::chrono::sys_days`, supports serialization (`'YYYY-MM-DD'`), deserialization, and `std::optional<date_type>` for nullable columns
0 commit comments