1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00
actix-extras/examples/diesel/src/schema.rs
2017-12-18 16:25:26 -08:00

7 lines
76 B
XML

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