mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-03 11:13:52 +01:00
7 lines
76 B
Rust
7 lines
76 B
Rust
|
table! {
|
||
|
users (id) {
|
||
|
id -> Text,
|
||
|
name -> Text,
|
||
|
}
|
||
|
}
|