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

7 lines
76 B
Rust
Raw Normal View History

2022-03-21 22:37:03 +01:00
table! {
users (id) {
id -> Text,
name -> Text,
}
}