mirror of
https://github.com/docker/awesome-compose.git
synced 2025-07-05 05:23:52 +00:00
7 lines
77 B
Rust
7 lines
77 B
Rust
table! {
|
|
users (id) {
|
|
id -> Int4,
|
|
login -> Text,
|
|
}
|
|
}
|