~starkingdoms/starkingdoms

ref: 0fac9a1bdd12d37ebc02d2fa59a80dc41f5aa2f4 starkingdoms/crates/backplane/src/schema.rs -rw-r--r-- 203 bytes
0fac9a1bcore restructuring 11 months 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,
    }
}