We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Can be in form of bigint or timespan in database
#[derive(SelectDbEntity)] pub struct HistoryDtoModel { #[sql_type(bigint)] pub date_time: DateTimeAsMicroseconds, }
#[derive(SelectDbEntity)] pub struct HistoryDtoModel { #[sql_type(timestamp)] pub date_time: DateTimeAsMicroseconds, }