1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-02-23 20:43:02 +01:00

7 lines
76 B
Rust
Raw Normal View History

2017-12-18 16:25:26 -08:00
table! {
users (id) {
id -> Text,
name -> Text,
}
}