1
0
mirror of https://github.com/actix/examples synced 2025-02-02 17:39:05 +01:00
2022-02-18 02:01:48 +00:00

7 lines
76 B
XML

table! {
users (id) {
id -> Text,
name -> Text,
}
}