1
0
mirror of https://github.com/actix/examples synced 2025-02-13 05:52:20 +01:00
examples/diesel/src/schema.rs

7 lines
76 B
Rust
Raw Normal View History

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