mirror of
https://github.com/actix/actix-web.git
synced 2024-12-11 18:56:35 +00:00
6 lines
76 B
XML
6 lines
76 B
XML
table! {
|
|
users (id) {
|
|
id -> Text,
|
|
name -> Text,
|
|
}
|
|
}
|