mirror of
https://github.com/actix/actix-web.git
synced 2025-01-05 23:08:46 +00:00
7 lines
76 B
Rust
7 lines
76 B
Rust
|
table! {
|
||
|
users (id) {
|
||
|
id -> Text,
|
||
|
name -> Text,
|
||
|
}
|
||
|
}
|