1 2 3 4 5 6 7 8 9
use sql_orm::prelude::*; #[derive(AuditFields)] struct Audit { #[orm(column = "")] created_at: String, } fn main() {}