1
0
Fork 0
rust-actix/src/schema.rs

6 lines
76 B
XML

table! {
users (id) {
id -> Text,
name -> Text,
}
}