mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-28 17:52:40 +01:00
7 lines
76 B
XML
7 lines
76 B
XML
table! {
|
|
users (id) {
|
|
id -> Text,
|
|
name -> Text,
|
|
}
|
|
}
|