schema.rs 77 B

123456
  1. table! {
  2. users (id) {
  3. id -> Int4,
  4. login -> Text,
  5. }
  6. }