Database setup SQL query added to README.
This commit is contained in:
parent
20fa7650dd
commit
ba5821052c
1 changed files with 9 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
# authd
|
||||
|
||||
## Database setup
|
||||
|
||||
```sql
|
||||
create table users(id int, created_at date, updated_at date, username text, realname text, password text, avatar text, perms text[]);
|
||||
```
|
||||
|
Loading…
Add table
Reference in a new issue