1 2 3 4 5 6 7 8 9 10
use rust_query::migration::schema; #[schema(Schema)] pub mod vN { pub struct MyTable { pub id: i64, } } fn main() {}