mirror of
https://github.com/fafhrd91/actix-web
synced 2025-01-18 22:01:50 +01:00
7 lines
76 B
Rust
7 lines
76 B
Rust
|
table! {
|
||
|
users (id) {
|
||
|
id -> Text,
|
||
|
name -> Text,
|
||
|
}
|
||
|
}
|