24 lines
235 B
Markdown
24 lines
235 B
Markdown
|
# User
|
||
|
`column`: users
|
||
|
`
|
||
|
{
|
||
|
username: string,
|
||
|
salt: string,
|
||
|
hash: string,
|
||
|
uid: number,
|
||
|
showWelcome: boolean,
|
||
|
classId: string,
|
||
|
}
|
||
|
`
|
||
|
|
||
|
# Sessions
|
||
|
column: sessions
|
||
|
|
||
|
`
|
||
|
{
|
||
|
username: string,
|
||
|
session: string,
|
||
|
}
|
||
|
`
|
||
|
|