friendica/doc/database/db_userd.md

24 lines
552 B
Markdown

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