friendica/doc/database/db_userd.md

24 lines
582 B
Markdown
Raw Permalink Normal View History

2015-12-28 02:50:25 +01:00
Table userd
===========
2021-06-14 08:10:11 +02:00
Deleted usernames
2015-12-28 02:50:25 +01:00
2021-06-14 10:53:37 +02:00
Fields
------
2021-06-14 08:10:11 +02:00
| Field | Description | Type | Null | Key | Default | Extra |
| -------- | ------------- | ------------ | ---- | --- | ------- | -------------- |
| id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment |
| username | | varchar(255) | NO | | NULL | |
2015-12-28 02:50:25 +01:00
2021-06-14 10:53:37 +02:00
Indexes
------------
2021-06-14 14:15:10 +02:00
| Name | Fields |
| -------- | ------------ |
| PRIMARY | id |
2021-06-14 10:53:37 +02:00
| username | username(32) |
2015-12-28 02:50:25 +01:00
Return to [database documentation](help/database)