~starkingdoms/starkingdoms

ref: aa2e404acb8e51ec6cd0b41c6dc4a0d1c491673e starkingdoms/starkingdoms-backplane/src/schema.rs -rw-r--r-- 203 bytes
aa2e404a — ghostlyzsh well attachment logic is there. functionality is not 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,
    }
}