new users schema
changed column names to be more concise
This commit is contained in:
@@ -18,10 +18,10 @@ table! {
|
||||
}
|
||||
|
||||
table! {
|
||||
users (userid) {
|
||||
userid -> Unsigned<Bigint>,
|
||||
username -> Varchar,
|
||||
key -> Varchar,
|
||||
users (id) {
|
||||
id -> Unsigned<Bigint>,
|
||||
name -> Varchar,
|
||||
secret -> Varchar,
|
||||
date -> Unsigned<Bigint>,
|
||||
status -> Integer,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user