1
0
mirror of https://github.com/actix/examples synced 2025-02-08 20:06:07 +01:00
examples/diesel/src/schema.rs
2018-04-13 09:18:42 +08:00

7 lines
76 B
XML

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