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