1 2 3 4 5 6 7 8 9
use easy_sql_macros::Table; #[derive(Table)] struct BadTableFieldAttr { #[sql(primray_key)] id: i32, } fn main() {}