mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-29 15:48:03 +02:00
6 lines
77 B
Rust
6 lines
77 B
Rust
table! {
|
|
users (id) {
|
|
id -> Int4,
|
|
login -> Text,
|
|
}
|
|
}
|