friendica/doc/database/db_userd.md

12 lines
431 B
Markdown

Table userd
===========
Deleted usernames
| Field | Description | Type | Null | Key | Default | Extra |
| -------- | ------------- | ------------ | ---- | --- | ------- | -------------- |
| id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment |
| username | | varchar(255) | NO | | NULL | |
Return to [database documentation](help/database)