forked from root/threadr.lostcave.ddnss.de
documentation fix, issue #58
parent
2c09a27135
commit
703f0d47f0
|
@ -68,7 +68,7 @@ Database tables:
|
||||||
- profiles (do we even use this?)
|
- profiles (do we even use this?)
|
||||||
- `id` (smallint (why? this makes no sense whatsoever), primary key, index (why? probably wanted to do unique))
|
- `id` (smallint (why? this makes no sense whatsoever), primary key, index (why? probably wanted to do unique))
|
||||||
- `email` (varchar, index (I think that’s supposed to be unique?))
|
- `email` (varchar, index (I think that’s supposed to be unique?))
|
||||||
- `real_name` (varchar)
|
- `display_name` (varchar)
|
||||||
- `status` (varchar)
|
- `status` (varchar)
|
||||||
- `about` (very long varchar)
|
- `about` (very long varchar)
|
||||||
- `website` (varchar)
|
- `website` (varchar)
|
||||||
|
|
Loading…
Reference in New Issue