mirror of
https://github.com/actix/examples
synced 2025-01-23 06:14:35 +01:00
7 lines
76 B
XML
7 lines
76 B
XML
table! {
|
|
users (id) {
|
|
id -> Text,
|
|
name -> Text,
|
|
}
|
|
}
|