1
0
mirror of https://github.com/actix/examples synced 2025-01-23 06:14:35 +01:00

7 lines
76 B
Rust
Raw Normal View History

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