~starkingdoms/starkingdoms

ref: 6d993bcd47d83786eb439f4d5a0a668c27605c62 starkingdoms/starkingdoms-backplane/src/schema.rs -rw-r--r-- 203 bytes
6d993bcd — core client save editor buttons 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
// @generated automatically by Diesel CLI.

diesel::table! {
    users (id) {
        id -> Int8,
        username -> Varchar,
        password_hash -> Varchar,
        permission_level -> Int4,
    }
}