mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-10 22:04:14 +01:00
7 lines
76 B
XML
7 lines
76 B
XML
table! {
|
|
users (id) {
|
|
id -> Text,
|
|
name -> Text,
|
|
}
|
|
}
|